aboutsummaryrefslogtreecommitdiff
path: root/gdb/main.c
diff options
context:
space:
mode:
authorDavid Anderson <davea@sgi.com>2000-10-23 22:49:29 +0000
committerDavid Anderson <davea@sgi.com>2000-10-23 22:49:29 +0000
commite26cc3490a00a58329c61e33afd8e682e449b475 (patch)
treecce09976de237e6ae6114168cd4e6414b94f5ebb /gdb/main.c
parent59666b35a830eed6cf0871b0cdcc284d8afcc0ed (diff)
downloadgdb-e26cc3490a00a58329c61e33afd8e682e449b475.zip
gdb-e26cc3490a00a58329c61e33afd8e682e449b475.tar.gz
gdb-e26cc3490a00a58329c61e33afd8e682e449b475.tar.bz2
Corrected spelling errors in comments
Diffstat (limited to 'gdb/main.c')
-rw-r--r--gdb/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/main.c b/gdb/main.c
index c6b9516..9ed2e2a 100644
--- a/gdb/main.c
+++ b/gdb/main.c
@@ -105,7 +105,7 @@ captured_command_loop (void *data)
/* FIXME: cagney/1999-11-05: A correct command_loop() implementaton
would clean things up (restoring the cleanup chain) to the state
they were just prior to the call. Technically, this means that
- the do_cleanups() below is redundant. Unfortunatly, many FUNC's
+ the do_cleanups() below is redundant. Unfortunately, many FUNCs
are not that well behaved. do_cleanups should either be replaced
with a do_cleanups call (to cover the problem) or an assertion
check to detect bad FUNCs code. */