diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-05 10:03:17 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-05 10:03:17 +0000 |
commit | 5bd22ef8faca6c75d525ca858303ea7389257cb1 (patch) | |
tree | e8552da69ae0f28b512fd096b0759f7a7b72c03c /src/s | |
parent | ed4c7adf5b51fa14a04dbe148f0536e2f9fb64c5 (diff) | |
download | emacs-5bd22ef8faca6c75d525ca858303ea7389257cb1.tar.gz |
Comment fixes.
Diffstat (limited to 'src/s')
-rw-r--r-- | src/s/cxux.h | 4 | ||||
-rw-r--r-- | src/s/dgux5-4-3.h | 2 | ||||
-rw-r--r-- | src/s/hpux9.h | 2 | ||||
-rw-r--r-- | src/s/msdos.h | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/src/s/cxux.h b/src/s/cxux.h index 6e711f9f651..90484858712 100644 --- a/src/s/cxux.h +++ b/src/s/cxux.h @@ -87,7 +87,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ INTERRUPT_INPUT to decide whether to use it by default. 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. @@ -114,7 +114,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ * Define HAVE_TERMIO if the system provides sysV-style ioctls * for terminal control. * - * Do not define both. HAVE_TERMIOS is prefered, if it is + * Do not define both. HAVE_TERMIOS is preferred, if it is * supported on your system. */ diff --git a/src/s/dgux5-4-3.h b/src/s/dgux5-4-3.h index 8321235b0ee..6e8ce8268d6 100644 --- a/src/s/dgux5-4-3.h +++ b/src/s/dgux5-4-3.h @@ -27,7 +27,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "dgux5-4r2.h" /* DGUX 5.4R3.00 brought the definition of `struct inet_addr' into - compliance wiht the majority of Unix systems. The workaround + compliance with the majority of Unix systems. The workaround introduced in 5.4R2 is no longer necessary. */ #ifdef HAVE_BROKEN_INET_ADDR diff --git a/src/s/hpux9.h b/src/s/hpux9.h index f6e81cd492e..6ad1cf0c423 100644 --- a/src/s/hpux9.h +++ b/src/s/hpux9.h @@ -30,7 +30,7 @@ #endif /* According to ngorelic@speclab.cr.usgs.gov, - references to the X11R4 directoriess in these variables + references to the X11R4 directories in these variables (inherited from hpux8.h) cause the wrong libraries to be found, and the options to specify the X11R5 directories are unnecessary diff --git a/src/s/msdos.h b/src/s/msdos.h index 298499a5a71..5dbb2f1dd52 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h @@ -73,7 +73,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ 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. |