[PATCH 2/2, applied] dwarf-reader: Fix typo in comments
Dodji Seketeli
dodji@seketeli.org
Wed Sep 9 13:26:55 GMT 2026
Hello,
While looking at something else, I noticed a typo in the comments for
reader::build_die_parent_maps. Fixed thus & applied to the master
branch.
* src/abg-dwarf-reader.cc (reader::build_die_parent_maps): Fix
typo in comment.
Signed-off-by: Dodji Seketeli <dodji@seketeli.org>
---
src/abg-dwarf-reader.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/abg-dwarf-reader.cc b/src/abg-dwarf-reader.cc
index f506ae6d..37eef292 100644
--- a/src/abg-dwarf-reader.cc
+++ b/src/abg-dwarf-reader.cc
@@ -5276,7 +5276,7 @@ public:
}
/// Walk all the DIEs accessible in the debug info (and in the
- /// alternate debug info as well) and build maps representing the
+ /// alternate debug info as well) and build a map representing the
/// relationship DIE -> parent. That is, make it so that we can get
/// the parent for a given DIE.
///
--
2.55.0
--
Dodji
More information about the Libabigail
mailing list