diff options
| author | Jim Blandy | 1993-06-09 11:59:12 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-09 11:59:12 +0000 |
| commit | eb8c3be94e12644f506b8857e49ffef88046bb0b (patch) | |
| tree | 505c4ea5ae59214e4d6e749047d160c98191c9d2 /src/m | |
| parent | 16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff) | |
| download | emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.zip | |
Apply typo patches from Paul Eggert.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/att3b.h | 2 | ||||
| -rw-r--r-- | src/m/hp9000s300.h | 2 | ||||
| -rw-r--r-- | src/m/ns32000.h | 2 | ||||
| -rw-r--r-- | src/m/sps7.h | 2 | ||||
| -rw-r--r-- | src/m/sun1.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/m/att3b.h b/src/m/att3b.h index 53fc26780af..838a5b867b3 100644 --- a/src/m/att3b.h +++ b/src/m/att3b.h | |||
| @@ -129,7 +129,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 129 | ? (sign_extend_temp | 0xFF000000) \ | 129 | ? (sign_extend_temp | 0xFF000000) \ |
| 130 | : (sign_extend_temp & 0x00FFFFFF)) | 130 | : (sign_extend_temp & 0x00FFFFFF)) |
| 131 | 131 | ||
| 132 | #ifdef emacs /* Don't do this when makeing xmakefile! */ | 132 | #ifdef emacs /* Don't do this when making xmakefile! */ |
| 133 | extern int sign_extend_temp; | 133 | extern int sign_extend_temp; |
| 134 | #endif | 134 | #endif |
| 135 | 135 | ||
diff --git a/src/m/hp9000s300.h b/src/m/hp9000s300.h index 6d247d34806..eaf7436a545 100644 --- a/src/m/hp9000s300.h +++ b/src/m/hp9000s300.h | |||
| @@ -119,7 +119,7 @@ NOTE-END */ | |||
| 119 | 119 | ||
| 120 | /* #define VIRT_ADDR_VARIES */ | 120 | /* #define VIRT_ADDR_VARIES */ |
| 121 | 121 | ||
| 122 | /* For University of Utah 4.3bsd implemetation on HP300s. | 122 | /* For University of Utah 4.3bsd implementation on HP300s. |
| 123 | The #ifndef __GNUC__ definitions are required for the "standard" cc, | 123 | The #ifndef __GNUC__ definitions are required for the "standard" cc, |
| 124 | a very old, brain-dead version of PCC. */ | 124 | a very old, brain-dead version of PCC. */ |
| 125 | 125 | ||
diff --git a/src/m/ns32000.h b/src/m/ns32000.h index 0520b678d75..f41e457dbe2 100644 --- a/src/m/ns32000.h +++ b/src/m/ns32000.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* machine description file for Netional Semiconductor 32000, running Genix. | 1 | /* machine description file for National Semiconductor 32000, running Genix. |
| 2 | Copyright (C) 1985, 1986 Free Software Foundation, Inc. | 2 | Copyright (C) 1985, 1986 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
diff --git a/src/m/sps7.h b/src/m/sps7.h index 5e838592cc6..0408ed0e02e 100644 --- a/src/m/sps7.h +++ b/src/m/sps7.h | |||
| @@ -52,7 +52,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 52 | #define EXPLICIT_SIGN_EXTEND | 52 | #define EXPLICIT_SIGN_EXTEND |
| 53 | 53 | ||
| 54 | /* Data type of load average, as read out of kmem. */ | 54 | /* Data type of load average, as read out of kmem. */ |
| 55 | /* Suspect there is something wierd about this machine, so turn it off. */ | 55 | /* Suspect there is something weird about this machine, so turn it off. */ |
| 56 | 56 | ||
| 57 | /* #define LOAD_AVE_TYPE long */ | 57 | /* #define LOAD_AVE_TYPE long */ |
| 58 | 58 | ||
diff --git a/src/m/sun1.h b/src/m/sun1.h index 085834ccb57..f4dca832daf 100644 --- a/src/m/sun1.h +++ b/src/m/sun1.h | |||
| @@ -59,7 +59,7 @@ NOTE-END */ | |||
| 59 | 59 | ||
| 60 | #define NO_UNION_TYPE | 60 | #define NO_UNION_TYPE |
| 61 | 61 | ||
| 62 | /* Sun can't write competant compilers */ | 62 | /* Sun can't write competent compilers */ |
| 63 | #define COMPILER_REGISTER_BUG | 63 | #define COMPILER_REGISTER_BUG |
| 64 | 64 | ||
| 65 | /* XINT must explicitly sign-extend */ | 65 | /* XINT must explicitly sign-extend */ |