From abe820924e08f94f65a28771ac8505abdb88dfe1 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sat, 19 Dec 2020 09:39:46 +1100 Subject: [PATCH] docs: fix simple typo, abtract -> abstract There is a small typo in src/struct/dwarf_loader.c. Should read `abstract` rather than `abtract`. --- dwarf_loader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwarf_loader.c b/dwarf_loader.c index 4638df7c..ea7b77ba 100644 --- a/dwarf_loader.c +++ b/dwarf_loader.c @@ -2068,7 +2068,7 @@ static int tag__recode_dwarf_type(struct tag *tag, struct cu *cu) case DW_TAG_namespace: return namespace__recode_dwarf_types(tag, cu); /* Damn, DW_TAG_inlined_subroutine is an special case - as dwarf_tag->id is in fact an abtract origin, i.e. must be + as dwarf_tag->id is in fact an abstract origin, i.e. must be looked up in the tags_table, not in the types_table. The others also point to routines, so are in tags_table */ case DW_TAG_inlined_subroutine: