[applied] symtab-reader: Add missing space

Message ID 87ikkdru1d.fsf@redhat.com
State New
Headers
Series [applied] symtab-reader: Add missing space |

Commit Message

Dodji Seketeli June 30, 2025, 5:58 p.m. UTC
  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(-)
  

Patch

diff --git a/src/abg-symtab-reader.cc b/src/abg-symtab-reader.cc
index 5e6981dd..8cbc7865 100644
--- a/src/abg-symtab-reader.cc
+++ b/src/abg-symtab-reader.cc
@@ -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.
 ///