[pushed] Remove mention of cooked_index_vector

Message ID 20230209143653.1088425-1-tromey@adacore.com
State Committed
Commit 119f6cfbd0236c9684a8a12ff9241dc834418309
Headers
Series [pushed] Remove mention of cooked_index_vector |

Commit Message

Tom Tromey Feb. 9, 2023, 2:36 p.m. UTC
  I noticed a leftover mention of cooked_index_vector.  This updates the
text.
---
 gdb/dwarf2/cooked-index.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/gdb/dwarf2/cooked-index.h b/gdb/dwarf2/cooked-index.h
index dc26956eca3..7fa78d5e87e 100644
--- a/gdb/dwarf2/cooked-index.h
+++ b/gdb/dwarf2/cooked-index.h
@@ -355,7 +355,7 @@  class cooked_index : public dwarf_scanner_base
   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
   {