]> sourceware.org Git - libabigail.git/commitdiff
Fix a typo in a comment of abg-dwar-reader.cc
authorDodji Seketeli <dodji@redhat.com>
Tue, 1 Oct 2019 12:14:57 +0000 (14:14 +0200)
committerDodji Seketeli <dodji@redhat.com>
Tue, 1 Oct 2019 12:14:57 +0000 (14:14 +0200)
* src/abg-dwarf-reader.cc (compare_dies_string_attribute_value):
Fix a typo in the comment of this function.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
src/abg-dwarf-reader.cc

index 32a585917fce4675cbe061b65bf80df807e93f2f..0769405748fc013c6a5c719be2123c452fca9acd 100644 (file)
@@ -10601,8 +10601,8 @@ die_is_declared_inline(Dwarf_Die* die)
   return inline_value == DW_INL_declared_inlined;
 }
 
-/// This function is a fast routine (optmization) to compare the values of
-/// two string attributes of two DIEs.
+/// This function is a fast routine (optimization) to compare the
+/// values of two string attributes of two DIEs.
 ///
 /// @param l the first DIE to consider.
 ///
This page took 0.043882 seconds and 5 git commands to generate.