diff options
author | Giuliano Procida <gprocida@google.com> | 2022-01-18 16:24:57 +0000 |
---|---|---|
committer | Dodji Seketeli <dodji@redhat.com> | 2022-01-18 17:59:04 +0100 |
commit | eab1463fea81bb32082dd9b2f88f09c66c45cf90 (patch) | |
tree | ed7916842b5789b4f4c2cd14070225455ab22668 | |
parent | abidiff: include ABI XML versions when reporting a mismatch (diff) | |
download | libabigail-eab1463fea81bb32082dd9b2f88f09c66c45cf90.tar.gz libabigail-eab1463fea81bb32082dd9b2f88f09c66c45cf90.tar.bz2 libabigail-eab1463fea81bb32082dd9b2f88f09c66c45cf90.tar.xz |
abidiff: include ABI XML versions when reporting a mismatch cont.
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>
-rw-r--r-- | tools/abidiff.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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, | |||
1043 | /// | 1043 | /// |
1044 | /// @param version1 the second version to consider. | 1044 | /// @param version1 the second version to consider. |
1045 | /// | 1045 | /// |
1046 | /// @param file_path1 the first file path to consider. | 1046 | /// @param file_path2 the second file path to consider. |
1047 | /// | 1047 | /// |
1048 | /// @param version2 the second version to consider. | 1048 | /// @param version2 the second version to consider. |
1049 | /// | 1049 | /// |