mirror of
git://sourceware.org/git/libabigail.git
synced 2025-01-08 18:29:46 +00:00
comparison: Fix typo
* src/abg-comparison.cc (class_or_union_diff::ensure_lookup_tables_populated): Fix a comment typo. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
fd878f215c
commit
1ef4be0c26
@ -5301,7 +5301,7 @@ class_or_union_diff::ensure_lookup_tables_populated(void) const
|
||||
//
|
||||
// 2/ It must have been deleted as well.
|
||||
//
|
||||
// 3/ It there must be a non-empty difference between the
|
||||
// 3/ There must be a non-empty difference between the
|
||||
// deleted D and the added D.
|
||||
string_decl_base_sptr_map::const_iterator j =
|
||||
priv_->deleted_data_members_.find(name);
|
||||
|
Loading…
Reference in New Issue
Block a user