From: Tom Tromey Date: Fri, 31 May 2024 21:11:12 +0000 (-0600) Subject: Fix typo in tui-data.h X-Git-Tag: binutils-2_43~566 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0d700907adf826548ca9e3509ed2ce23bde12548;p=thirdparty%2Fbinutils-gdb.git Fix typo in tui-data.h I noticed a typo in a comment in tui-data.h. --- diff --git a/gdb/tui/tui-data.h b/gdb/tui/tui-data.h index 3d9e934820d..4b75e72653b 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);