Misc typo fixes

* src/abg-comparison.cc
	(corpus_diff::priv::{deleted, added}n_variable_is_suppressed): Fix
	a typo.
	* tests/data/test-diff-dwarf/test16-syms-only-v0.cc: Fix a typo in
	the comments.
	* tests/data/test-diff-dwarf/test16-syms-only-v1.cc: Likewise.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
Dodji Seketeli 2015-06-23 00:16:44 +02:00
parent 79383f937c
commit 4bc7b5bbea
3 changed files with 6 additions and 6 deletions

View File

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

View File

@ -1,4 +1,4 @@
// Compîle this without debug info:
// Compile this without debug info:
// g++ -Wall -c test16-syms-only-v0.cc
void

View File

@ -1,4 +1,4 @@
// Compîle this without debug info:
// Compile this without debug info:
// g++ -Wall -c test16-syms-only-v1.cc
void