Display the contents of a .debug.macinfo section
[deliverable/binutils-gdb.git] / gdb / serial.h
index 4aff1b0ecae6e4e3b198ab4055536aaa6b647b23..fcc4da7178c5b24d7c3163683e4cc9291ee75514 100644 (file)
@@ -1,5 +1,6 @@
 /* Remote serial support interface definitions for GDB, the GNU Debugger.
-   Copyright 1992, 1993, 1999, 2000 Free Software Foundation, Inc.
+   Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -62,7 +63,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.023039 seconds and 4 git commands to generate.