diff options
| author | Pavel Janík | 2001-12-21 12:47:12 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-12-21 12:47:12 +0000 |
| commit | 9e2305c3e36676d072f748dfde77b16029a78b75 (patch) | |
| tree | ca5489fb46f2cc5d5005deb3b9e9d910998b4304 | |
| parent | fcd2ab44d150664e46ea435a3b2d64a0b63abdcd (diff) | |
| download | emacs-9e2305c3e36676d072f748dfde77b16029a78b75.tar.gz emacs-9e2305c3e36676d072f748dfde77b16029a78b75.zip | |
Fix typo.
| -rw-r--r-- | etc/PROBLEMS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 46b908d1598..3917d68bb56 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -556,7 +556,7 @@ Emacs so that it isn't compiled with `-O5'. | |||
| 556 | 556 | ||
| 557 | * Compiling on AIX 4.3.x or 4.4 fails. | 557 | * Compiling on AIX 4.3.x or 4.4 fails. |
| 558 | 558 | ||
| 559 | This could happen if you use /bin/c89 as youir compiler, instead of | 559 | This could happen if you use /bin/c89 as your compiler, instead of |
| 560 | the default `cc'. /bin/c89 treats certain warnings, such as benign | 560 | the default `cc'. /bin/c89 treats certain warnings, such as benign |
| 561 | redefinitions of macros, as errors, and fails the build. A solution | 561 | redefinitions of macros, as errors, and fails the build. A solution |
| 562 | is to use the default compiler `cc'. | 562 | is to use the default compiler `cc'. |