projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
307733c
)
Remove mention of cooked_index_vector
author
Tom Tromey
<tromey@adacore.com>
Thu, 9 Feb 2023 14:36:16 +0000
(07:36 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/gdb/dwarf2/cooked-index.h
b/gdb/dwarf2/cooked-index.h
index dc26956eca3a098a2f4d13a2224344076bbe3f11..7fa78d5e87ef208038f3e7310cc2b010394c59f3 100644
(file)
--- 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
{