Remove mention of cooked_index_vector
authorTom Tromey <tromey@adacore.com>
Thu, 9 Feb 2023 14:36:16 +0000 (07:36 -0700)
committerTom Tromey <tromey@adacore.com>
Thu, 9 Feb 2023 14:36:16 +0000 (07:36 -0700)
I noticed a leftover mention of cooked_index_vector.  This updates the
text.

gdb/dwarf2/cooked-index.h

index dc26956eca3a098a2f4d13a2224344076bbe3f11..7fa78d5e87ef208038f3e7310cc2b010394c59f3 100644 (file)
@@ -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
   {