diff options
Diffstat (limited to 'dep/acelite/ace/TTY_IO.h')
| -rw-r--r-- | dep/acelite/ace/TTY_IO.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/dep/acelite/ace/TTY_IO.h b/dep/acelite/ace/TTY_IO.h index 1029966e56c..39de5f8d236 100644 --- a/dep/acelite/ace/TTY_IO.h +++ b/dep/acelite/ace/TTY_IO.h @@ -4,7 +4,7 @@  /**   *  @file    TTY_IO.h   * - *  $Id: TTY_IO.h 82271 2008-07-09 09:23:03Z olli $ + *  $Id: TTY_IO.h 95212 2011-12-05 12:29:55Z johnnyw $   *   *  @author Douglas C. Schmidt <schmidt@uci.edu>   */ @@ -46,7 +46,7 @@ public:    {      Serial_Params (void); -    /** Specifies the baudrate at which the communnication port operates. */ +    /** Specifies the baudrate at which the communication port operates. */      int baudrate;      /** Specifies the minimum number of bytes in input buffer before XON char          is sent. Negative value indicates that default value should  | 
