diff options
Diffstat (limited to 'gdb/tui/tui-location.h')
-rw-r--r-- | gdb/tui/tui-location.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/tui/tui-location.h b/gdb/tui/tui-location.h index 514d2da..ebe493e 100644 --- a/gdb/tui/tui-location.h +++ b/gdb/tui/tui-location.h @@ -32,9 +32,9 @@ struct tui_location_tracker { - /* Update the current location with the provided arguments. Returns true - if any of the locator's fields were actually changed, and false - otherwise. */ + /* Update the current location with the provided arguments. Returns + true if any of the status window's fields were actually changed, + and false otherwise. */ bool set_location (struct gdbarch *gdbarch, const struct symtab_and_line &sal, const char *procname); |