From: Pavel Janík Date: Fri, 21 Dec 2001 12:47:12 +0000 (+0000) Subject: Fix typo. X-Git-Tag: ttn-vms-21-2-B4~17557 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e2305c3e36676d072f748dfde77b16029a78b75;p=emacs.git Fix typo. --- 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'.