diff options
Diffstat (limited to 'gdb/tui/tui-data.h')
-rw-r--r-- | gdb/tui/tui-data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tui/tui-data.h b/gdb/tui/tui-data.h index 4710c76..8af1573 100644 --- a/gdb/tui/tui-data.h +++ b/gdb/tui/tui-data.h @@ -181,7 +181,7 @@ public: { } - /* Set whether this window is highglighted. */ + /* Set whether this window is highlighted. */ void set_highlight (bool highlight) { is_highlighted = highlight; |