summaryrefslogtreecommitdiff
path: root/gdb/cli-out.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-10-24 17:37:04 +0000
committerAndrew Cagney <cagney@redhat.com>2003-10-24 17:37:04 +0000
commit9308db268d3385ca277fadacd4ea118a054e5794 (patch)
treeb3aa669bafd3c2986a9c8d9919543dad14b8b1b1 /gdb/cli-out.c
parent7a35dc12517c4ac5073358f23bd4e6d1302d3c1b (diff)
downloadgdb-9308db268d3385ca277fadacd4ea118a054e5794.tar.gz
Index: mi/ChangeLog
2003-10-24 Andrew Cagney <cagney@redhat.com> * tui-out.c: Fix "fortunatly"[sic]. Index: doc/ChangeLog 2003-10-24 Andrew Cagney <cagney@redhat.com> * annotate.texinfo: Fix "fortunatly"[sic]. 2003-10-24 Andrew Cagney <cagney@redhat.com> * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic]. * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto. * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto. * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto. * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
Diffstat (limited to 'gdb/cli-out.c')
-rw-r--r--gdb/cli-out.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cli-out.c b/gdb/cli-out.c
index 2e5a3c16b16..9f48a0aa391 100644
--- a/gdb/cli-out.c
+++ b/gdb/cli-out.c
@@ -118,7 +118,7 @@ cli_table_begin (struct ui_out *uiout, int nbrofcols,
if (nr_rows == 0)
data->suppress_output = 1;
else
- /* Only the table suppresses the output and, fortunatly, a table
+ /* Only the table suppresses the output and, fortunately, a table
is not a recursive data structure. */
gdb_assert (data->suppress_output == 0);
}