From: Dodji Seketeli Date: Tue, 4 Apr 2023 11:14:42 +0000 (+0200) Subject: dwarf-reader: Fix typo in comment X-Git-Tag: upstream/2.3~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8180e4a0e77a198aeb55539a68100a196666a490;p=platform%2Fupstream%2Flibabigail.git dwarf-reader: Fix typo in comment * src/abg-dwarf-reader.cc (reader::get_canonical_die): Fix typo in comment. Signed-off-by: Dodji Seketeli --- diff --git a/src/abg-dwarf-reader.cc b/src/abg-dwarf-reader.cc index c0a35bca..d5dfc48f 100644 --- a/src/abg-dwarf-reader.cc +++ b/src/abg-dwarf-reader.cc @@ -2641,7 +2641,7 @@ public: /// /// @param die the DIE to consider. /// - /// @param canonical_die output parameter. Is set to the resuling + /// @param canonical_die output parameter. Is set to the resulting /// canonical die, if this function returns true. /// /// @param where the offset of the logical DIE we are supposed to be