diff src/s/msdos.h @ 14036:621a575db6f7

Comment fixes.
author Karl Heuer <kwzh@gnu.org>
date Fri, 05 Jan 1996 10:03:17 +0000
parents 067fae3cb66e
children ee40177f6c68
line wrap: on
line diff
--- a/src/s/msdos.h	Fri Jan 05 08:57:33 1996 +0000
+++ b/src/s/msdos.h	Fri Jan 05 10:03:17 1996 +0000
@@ -73,7 +73,7 @@
    Define INTERRUPT_INPUT to make interrupt_input = 1 the default (use SIGIO)
 
    SIGIO can be used only on systems that implement it (4.2 and 4.3).
-   CBREAK mode has two disadvatages
+   CBREAK mode has two disadvantages
      1) At least in 4.2, it is impossible to handle the Meta key properly.
         I hear that in system V this problem does not exist.
      2) Control-G causes output to be discarded.