]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Typo in comment.
authorBruno Haible <bruno@clisp.org>
Sat, 22 Jul 2006 15:09:22 +0000 (15:09 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:39 +0000 (12:13 +0200)
gettext-tools/m4/getline.m4

index fd49559d3a90dcdf73c66e0658587c4bdef10d58..4cacb7f34eb88d8094c001b25b41ac698a68cda5 100644 (file)
@@ -42,7 +42,7 @@ AC_DEFUN([AM_FUNC_GETLINE],
     }
     ], am_cv_func_working_getline=yes dnl The library version works.
     , am_cv_func_working_getline=no dnl The library version does NOT work.
-    , dnl We're cross compiling. Assume ir works on glibc2 systems.
+    , dnl We're cross compiling. Assume it works on glibc2 systems.
       [AC_EGREP_CPP([Lucky GNU user],
          [
 #include <features.h>