diff --git a/src/abg-comparison.cc b/src/abg-comparison.cc index 21033dc9..490e1dd0 100644 --- a/src/abg-comparison.cc +++ b/src/abg-comparison.cc @@ -12642,7 +12642,7 @@ corpus_diff::priv::apply_suppressions_to_added_removed_fns_vars() } } -/// Test if the change reports for a give given deleted function have +/// Test if the change reports for a given deleted function have /// been deleted. /// /// @param fn the function to consider. @@ -12699,12 +12699,12 @@ corpus_diff::priv::deleted_variable_is_suppressed(const var_decl* var) const return (i != suppressed_deleted_vars_.end()); } -/// Test if the change reports for a give given added variable has -/// been deleted. +/// Test if the change reports for a given added variable have been +/// suppressed. /// /// @param var the variable to consider. /// -/// @return true iff the change reports for a give given deleted +/// @return true iff the change reports for a given deleted /// variable has been deleted. bool corpus_diff::priv::added_variable_is_suppressed(const var_decl* var) const diff --git a/tests/data/test-diff-dwarf/test16-syms-only-v0.cc b/tests/data/test-diff-dwarf/test16-syms-only-v0.cc index 246dfdbe..4531d797 100644 --- a/tests/data/test-diff-dwarf/test16-syms-only-v0.cc +++ b/tests/data/test-diff-dwarf/test16-syms-only-v0.cc @@ -1,4 +1,4 @@ -// Compîle this without debug info: +// Compile this without debug info: // g++ -Wall -c test16-syms-only-v0.cc void diff --git a/tests/data/test-diff-dwarf/test16-syms-only-v1.cc b/tests/data/test-diff-dwarf/test16-syms-only-v1.cc index 34533a48..b5aca11f 100644 --- a/tests/data/test-diff-dwarf/test16-syms-only-v1.cc +++ b/tests/data/test-diff-dwarf/test16-syms-only-v1.cc @@ -1,4 +1,4 @@ -// Compîle this without debug info: +// Compile this without debug info: // g++ -Wall -c test16-syms-only-v1.cc void