summaryrefslogtreecommitdiff
path: root/gdb/serial.h
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/serial.h
parent0337cbe3981eae30515876e3a68b5e2f7dff2c92 (diff)
downloadgdb-61ad01192f0a83486bfdf954107fa906d8aff628.tar.gz
Corrected spelling errors in comments
Diffstat (limited to 'gdb/serial.h')
-rw-r--r--gdb/serial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/serial.h b/gdb/serial.h
index 4aff1b0ecae..0fea8ea396c 100644
--- a/gdb/serial.h
+++ b/gdb/serial.h
@@ -62,7 +62,7 @@ extern void serial_un_fdopen (serial_t scb);
enum serial_rc {
SERIAL_ERROR = -1, /* General error. */
SERIAL_TIMEOUT = -2, /* Timeout or data-not-ready during read.
- Unfortunatly, through ui_loop_hook(), this
+ Unfortunately, through ui_loop_hook(), this
can also be a QUIT indication. */
SERIAL_EOF = -3 /* General end-of-file or remote target
connection closed, indication. Includes