Skip to content

Commit

Permalink
Obvious comment fix in cooked-index.h
Browse files Browse the repository at this point in the history
I noticed that cooked-index.h still refers to a vector of parent maps,
but the code itself actually uses a parent_map here.
  • Loading branch information
tromey committed Mar 4, 2025
1 parent cc85ec0 commit e578bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdb/dwarf2/cooked-index.h
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ class cooked_index_worker

/* Each thread returns a tuple holding a cooked index, any collected
complaints, a vector of errors that should be printed, and a
vector of parent maps.
parent map.
The errors are retained because GDB's I/O system is not
thread-safe. run_on_main_thread could be used, but that would
Expand Down

0 comments on commit e578bcc

Please sign in to comment.