summaryrefslogtreecommitdiff
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
commit61ad01192f0a83486bfdf954107fa906d8aff628 (patch)
tree4f6f3f12d9aeb4ae639e6c8e7ab592a7c74e270a /gdb/utils.c
parent0337cbe3981eae30515876e3a68b5e2f7dff2c92 (diff)
downloadgdb-61ad01192f0a83486bfdf954107fa906d8aff628.tar.gz
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 e3e88dffae9..0046e0975cc 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 ();