[PATCH] abidiff: include ABI XML versions when reporting a mismatch cont.
Giuliano Procida
gprocida@google.com
Tue Jan 18 16:24:57 GMT 2022
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(-)
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.
///
--
2.34.1.703.g22d0c6ccf7-goog
More information about the Libabigail
mailing list