diff options
| author | Glenn Morris | 2008-11-06 03:47:50 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-11-06 03:47:50 +0000 |
| commit | 723f3a23f5b8a14d48504a07233950e0b744c99d (patch) | |
| tree | 73a5cfda9c0a1d3998f0ba21373009b5feb8a865 /src | |
| parent | ee108e88bf8884bf63017049c482b99bc2b55303 (diff) | |
| download | emacs-723f3a23f5b8a14d48504a07233950e0b744c99d.tar.gz emacs-723f3a23f5b8a14d48504a07233950e0b744c99d.zip | |
Fix comment typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/iris4d.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/m/iris4d.h b/src/m/iris4d.h index 923db142300..a7508cbaa99 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h | |||
| @@ -68,8 +68,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 68 | #define FIRST_PTY_LETTER 'q' | 68 | #define FIRST_PTY_LETTER 'q' |
| 69 | 69 | ||
| 70 | #if _MIPS_SZLONG != 64 | 70 | #if _MIPS_SZLONG != 64 |
| 71 | /* fixme: should there be 64-bit defiitions? (The ones below aren't | 71 | /* fixme: should there be 64-bit definitions? (The ones below aren't OK.) */ |
| 72 | OK.) */ | ||
| 73 | 72 | ||
| 74 | /* The standard definitions of these macros would work ok, | 73 | /* The standard definitions of these macros would work ok, |
| 75 | but these are faster because the constants are short. */ | 74 | but these are faster because the constants are short. */ |