aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-win.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/tui/tui-win.c')
-rw-r--r--gdb/tui/tui-win.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/tui/tui-win.c b/gdb/tui/tui-win.c
index 86c0fdb..b83c3e6 100644
--- a/gdb/tui/tui-win.c
+++ b/gdb/tui/tui-win.c
@@ -240,7 +240,7 @@ translate (const char *name, struct tui_translate *table)
while (table->name)
{
if (name && strcmp (table->name, name) == 0)
- return table;
+ return table;
table++;
}
@@ -511,7 +511,7 @@ tui_resize_all (void)
tui_set_term_width_to (screenwidth);
/* erase + clearok are used instead of a straightforward clear as
- AIX 5.3 does not define clear. */
+ AIX 5.3 does not define clear. */
erase ();
clearok (curscr, TRUE);
tui_apply_current_layout ();
@@ -1004,7 +1004,7 @@ _initialize_tui_win ()
0 /* allow-unknown */, &showlist);
add_com ("refresh", class_tui, tui_refresh_all_command,
- _("Refresh the terminal display."));
+ _("Refresh the terminal display."));
cmd = add_com ("tabset", class_tui, tui_set_tab_width_command, _("\
Set the width (in characters) of tab stops.\n\