From 338e0b05d8f2dd404eb0015bee31461dfe5ba307 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 12 Jan 2025 11:52:17 -0700 Subject: [PATCH] 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. --- gdb/doc/gdb.texinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 7bd76064850..0d55875ba38 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 -- 2.47.3