mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-15 22:44:41 +00:00
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:
parent
79383f937c
commit
4bc7b5bbea
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Compîle this without debug info:
|
||||
// Compile this without debug info:
|
||||
// g++ -Wall -c test16-syms-only-v0.cc
|
||||
|
||||
void
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Compîle this without debug info:
|
||||
// Compile this without debug info:
|
||||
// g++ -Wall -c test16-syms-only-v1.cc
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user