diff options
author | Tom Tromey <tom@tromey.com> | 2025-01-12 11:52:17 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2025-01-12 11:52:17 -0700 |
commit | 338e0b05d8f2dd404eb0015bee31461dfe5ba307 (patch) | |
tree | 93a4962337c743e1f9e63507f5aae64cbb6a401e | |
parent | 3923a3d020d52195ccae2fdbe0e86c8fb80d5283 (diff) | |
download | binutils-338e0b05d8f2dd404eb0015bee31461dfe5ba307.zip binutils-338e0b05d8f2dd404eb0015bee31461dfe5ba307.tar.gz binutils-338e0b05d8f2dd404eb0015bee31461dfe5ba307.tar.bz2 |
Fix grammar in "Debug Names" node of the manual
I noticed that an article was missing in the "Debug Names" node. I'm
checking this in to correct the error.
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 7bd7606..0d55875 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -22963,7 +22963,7 @@ This has the value @samp{0x2002}. It is a flag that, when set, indicates that the associated entry is the program's @code{main}. @item DW_IDX_GNU_language -This has the value @samp{0x2003}. It is @samp{DW_LANG_} constant, +This has the value @samp{0x2003}. It is a @samp{DW_LANG_} constant, indicating the language of the associated entry. @item DW_IDX_GNU_linkage_name |