aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/read.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2024-02-01 09:24:58 -0700
committerTom Tromey <tromey@adacore.com>2024-02-01 09:25:50 -0700
commit49ba125f96b2ad3ad26187c3b2b95dc352c5d942 (patch)
treee7151099834cdde1260216c2ff4ab175f0676162 /gdb/dwarf2/read.c
parentf214edceb8cd97058c2682efb7b321d923e4ff02 (diff)
downloadbinutils-49ba125f96b2ad3ad26187c3b2b95dc352c5d942.zip
binutils-49ba125f96b2ad3ad26187c3b2b95dc352c5d942.tar.gz
binutils-49ba125f96b2ad3ad26187c3b2b95dc352c5d942.tar.bz2
Fix "objstack" typo
I noticed some comments that mentions "objstack". The type is actually "obstack". This patch fixes the typos.
Diffstat (limited to 'gdb/dwarf2/read.c')
-rw-r--r--gdb/dwarf2/read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2/read.c b/gdb/dwarf2/read.c
index ca72cbf..e873d9c 100644
--- a/gdb/dwarf2/read.c
+++ b/gdb/dwarf2/read.c
@@ -6892,7 +6892,7 @@ dwarf2_full_name (const char *name, struct die_info *die, struct dwarf2_cu *cu)
/* Construct a physname for the given DIE in CU. NAME may either be
from a previous call to dwarf2_name or NULL. The result will be
- allocated on the objfile_objstack or NULL if the DIE does not have a
+ allocated on the objfile_obstack or NULL if the DIE does not have a
name.
The output string will be canonicalized (if C++). */