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: b251bc611e ("abidiff: include ABI XML versions when reporting a mismatch")
Signed-off-by: Giuliano Procida <gprocida@google.com>
This commit is contained in:
Giuliano Procida 2022-01-18 16:24:57 +00:00 committed by Dodji Seketeli
parent b251bc611e
commit eab1463fea

View File

@ -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.
///