* 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>
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.
///