2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
[deliverable/binutils-gdb.git] / gdb / terminal.h
index 73be02f6bf4e922d365e3c9a405de4cf85e56e79..6786f5136116a37c86cad047697f7e3f8aa81602 100644 (file)
 
 
 /* If we're using autoconf, it will define HAVE_TERMIOS_H,
-   HAVE_TERMIO_H and HAVE_SGTTY_H for us. One day we can rewrite
+   HAVE_TERMIO_H and HAVE_SGTTY_H for us.  One day we can rewrite
    ser-unix.c and inflow.c to inspect those names instead of
    HAVE_TERMIOS, HAVE_TERMIO and the implicit HAVE_SGTTY (when neither
    HAVE_TERMIOS or HAVE_TERMIO is set).  Until then, make sure that
    nothing has already defined the one of the names, and do the right
-   thing. */
+   thing.  */
 
 #if !defined (HAVE_TERMIOS) && !defined(HAVE_TERMIO) && !defined(HAVE_SGTTY)
 #if defined(HAVE_TERMIOS_H)
This page took 0.024823 seconds and 4 git commands to generate.