[applied] symtab-reader: Add missing space
Commit Message
Hello,
* src/abg-symtab-reader.cc (symtab::setup_symbol_lookup_tables):
Add a missing space to the comment.
Signed-off-by: Dodji Seketeli <dodji@redhat.com>
Applied to the mainline.
---
src/abg-symtab-reader.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -706,7 +706,7 @@ symtab::update_main_symbol(GElf_Addr addr, const std::string& name)
/// Various adjustments and bookkeeping may be needed to provide a correct
/// interpretation (one that matches DWARF addresses) of raw symbol values.
///
-/// This is a sub-routine for symtab::load_and
+/// This is a sub-routine for symtab::load_ and
/// symtab::add_alternative_address_lookups and must be called only
/// once (per symbol) during the execution of the former.
///