From: Dodji Seketeli Date: Tue, 1 Oct 2019 12:14:57 +0000 (+0200) Subject: Fix a typo in a comment of abg-dwar-reader.cc X-Git-Tag: libabigail-1.7~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eb67f01d4f25cf6daec01d02d9ead08de076c160;p=platform%2Fupstream%2Flibabigail.git Fix a typo in a comment of abg-dwar-reader.cc * src/abg-dwarf-reader.cc (compare_dies_string_attribute_value): Fix a typo in the comment of this function. Signed-off-by: Dodji Seketeli --- diff --git a/src/abg-dwarf-reader.cc b/src/abg-dwarf-reader.cc index 32a5859..0769405 100644 --- a/src/abg-dwarf-reader.cc +++ b/src/abg-dwarf-reader.cc @@ -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. ///