Fix whitespace problem in my most recent entry.
[deliverable/binutils-gdb.git] / gdb / serial.h
index 4aff1b0ecae6e4e3b198ab4055536aaa6b647b23..0fea8ea396c24f7e36d39ab3cb1e740b3ac7877b 100644 (file)
@@ -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
This page took 0.023462 seconds and 4 git commands to generate.