]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[gdb/tui] Fix typos
authorTom de Vries <tdevries@suse.de>
Thu, 6 Mar 2025 21:41:32 +0000 (22:41 +0100)
committerTom de Vries <tdevries@suse.de>
Thu, 6 Mar 2025 21:41:32 +0000 (22:41 +0100)
Fix typos:
...
gdb/tui/tui.c:64: releated ==> related
gdb/tui/tui-io.c:50: releated ==> related
...

gdb/tui/tui-io.c
gdb/tui/tui.c

index e64f0ddce78820e4dd1d6962fc143f88e032402d..7013a543ab61f268e06e78ccad52aa5cc8419700 100644 (file)
@@ -47,7 +47,7 @@
 #include "gdbsupport/gdb-checked-static-cast.h"
 
 /* This redefines CTRL if it is not already defined, so it must come
-   after terminal state releated include files like <term.h> and
+   after terminal state related include files like <term.h> and
    "gdb_curses.h".  */
 #include "readline/readline.h"
 
index 8b79d8bc3103c9a34066ad75eeeb0e81654564cc..491fcb18471f3940936ac3a69b7efe0b15e6e3ad 100644 (file)
@@ -61,7 +61,7 @@ show_tui_debug (struct ui_file *file, int from_tty,
 }
 
 /* This redefines CTRL if it is not already defined, so it must come
-   after terminal state releated include files like <term.h> and
+   after terminal state related include files like <term.h> and
    "gdb_curses.h".  */
 #include "readline/readline.h"