]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix typo in tui-data.h
authorTom Tromey <tom@tromey.com>
Fri, 31 May 2024 21:11:12 +0000 (15:11 -0600)
committerTom Tromey <tom@tromey.com>
Sun, 2 Jun 2024 16:25:58 +0000 (10:25 -0600)
I noticed a typo in a comment in tui-data.h.

gdb/tui/tui-data.h

index 3d9e934820d37638088fababe39627c239e57762..4b75e72653b41e922afa82f69bb6e65dc68299b5 100644 (file)
@@ -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);