aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2023-02-09 07:36:16 -0700
committerTom Tromey <tromey@adacore.com>2023-02-09 07:36:16 -0700
commit119f6cfbd0236c9684a8a12ff9241dc834418309 (patch)
tree7a8901fe091f1379b0752bbe414bd9149595fae0 /gdb
parent307733cc0fa864fcb92f4c308a0a27d17552df37 (diff)
downloadgdb-119f6cfbd0236c9684a8a12ff9241dc834418309.zip
gdb-119f6cfbd0236c9684a8a12ff9241dc834418309.tar.gz
gdb-119f6cfbd0236c9684a8a12ff9241dc834418309.tar.bz2
Remove mention of cooked_index_vector
I noticed a leftover mention of cooked_index_vector. This updates the text.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/dwarf2/cooked-index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2/cooked-index.h b/gdb/dwarf2/cooked-index.h
index dc26956..7fa78d5 100644
--- a/gdb/dwarf2/cooked-index.h
+++ b/gdb/dwarf2/cooked-index.h
@@ -355,7 +355,7 @@ public:
explicit cooked_index (vec_type &&vec);
DISABLE_COPY_AND_ASSIGN (cooked_index);
- /* Wait until the finalization of the entire cooked_index_vector is
+ /* Wait until the finalization of the entire cooked_index is
done. */
void wait () const
{