abidiff: include ABI XML versions when reporting a mismatch cont.

Message ID 20220118162457.1267841-1-gprocida@google.com
State New
Headers
Series abidiff: include ABI XML versions when reporting a mismatch cont. |

Commit Message

Giuliano Procida Jan. 18, 2022, 4:24 p.m. UTC
  This fixes a copy/paste error in function documentation.

	* tools/abidiff.cc
	(emit_incompatible_format_version_error_message): Fix
	parameter documentation.

Fixes: b251bc611eb6 ("abidiff: include ABI XML versions when reporting a mismatch")
Signed-off-by: Giuliano Procida <gprocida@google.com>
---
 tools/abidiff.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Dodji Seketeli Jan. 18, 2022, 5 p.m. UTC | #1
Giuliano Procida <gprocida@google.com> a écrit:

> This fixes a copy/paste error in function documentation.
>
> 	* tools/abidiff.cc
> 	(emit_incompatible_format_version_error_message): Fix
> 	parameter documentation.
>
> Fixes: b251bc611eb6 ("abidiff: include ABI XML versions when reporting a mismatch")
> Signed-off-by: Giuliano Procida <gprocida@google.com>

Applied to master branch, thanks!

[...]

Cheers,
  

Patch

diff --git a/tools/abidiff.cc b/tools/abidiff.cc
index a83d4485..adec742a 100644
--- a/tools/abidiff.cc
+++ b/tools/abidiff.cc
@@ -1043,7 +1043,7 @@  handle_error(abigail::elf_reader::status status_code,
 ///
 /// @param version1 the second version to consider.
 ///
-/// @param file_path1 the first file path to consider.
+/// @param file_path2 the second file path to consider.
 ///
 /// @param version2 the second version to consider.
 ///