summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-12-21 12:47:12 +0000
committerPavel Janík <Pavel@Janik.cz>2001-12-21 12:47:12 +0000
commit9e2305c3e36676d072f748dfde77b16029a78b75 (patch)
treeca5489fb46f2cc5d5005deb3b9e9d910998b4304 /etc
parentfcd2ab44d150664e46ea435a3b2d64a0b63abdcd (diff)
downloademacs-9e2305c3e36676d072f748dfde77b16029a78b75.tar.gz
Fix typo.
Diffstat (limited to 'etc')
-rw-r--r--etc/PROBLEMS2
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'.
* Compiling on AIX 4.3.x or 4.4 fails.
-This could happen if you use /bin/c89 as youir compiler, instead of
+This could happen if you use /bin/c89 as your compiler, instead of
the default `cc'. /bin/c89 treats certain warnings, such as benign
redefinitions of macros, as errors, and fails the build. A solution
is to use the default compiler `cc'.