aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.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/utils.c
parent59666b35a830eed6cf0871b0cdcc284d8afcc0ed (diff)
downloadgdb-e26cc3490a00a58329c61e33afd8e682e449b475.zip
gdb-e26cc3490a00a58329c61e33afd8e682e449b475.tar.gz
gdb-e26cc3490a00a58329c61e33afd8e682e449b475.tar.bz2
Corrected spelling errors in comments
Diffstat (limited to 'gdb/utils.c')
-rw-r--r--gdb/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/utils.c b/gdb/utils.c
index e3e88df..0046e09 100644
--- a/gdb/utils.c
+++ b/gdb/utils.c
@@ -607,7 +607,7 @@ verror (const char *string, va_list args)
char *err_string;
struct cleanup *err_string_cleanup;
/* FIXME: cagney/1999-11-10: All error calls should come here.
- Unfortunatly some code uses the sequence: error_begin(); print
+ Unfortunately some code uses the sequence: error_begin(); print
error message; return_to_top_level. That code should be
flushed. */
error_begin ();