diff options
author | Tom Tromey <tom@tromey.com> | 2024-05-31 15:11:12 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2024-06-02 10:25:58 -0600 |
commit | 0d700907adf826548ca9e3509ed2ce23bde12548 (patch) | |
tree | 2133732f70536a97d04de068b76f31399fca332c /gdb/tui | |
parent | 89bd22ef5b7fec9ac9e760de276781b181f58ee0 (diff) | |
download | fsf-binutils-gdb-0d700907adf826548ca9e3509ed2ce23bde12548.zip fsf-binutils-gdb-0d700907adf826548ca9e3509ed2ce23bde12548.tar.gz fsf-binutils-gdb-0d700907adf826548ca9e3509ed2ce23bde12548.tar.bz2 |
Fix typo in tui-data.h
I noticed a typo in a comment in tui-data.h.
Diffstat (limited to 'gdb/tui')
-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 3d9e934..4b75e72 100644 --- a/gdb/tui/tui-data.h +++ b/gdb/tui/tui-data.h @@ -168,7 +168,7 @@ public: const std::string &title () const { return m_title; } - /* Clear the window, maybe draw the boarder, and then display string + /* Clear the window, maybe draw the border, and then display string STR centered in the window, abbreviated if necessary. */ void center_string (const char *str); |