]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Correct comment.
authorBruno Haible <bruno@clisp.org>
Thu, 13 Mar 2003 19:00:47 +0000 (19:00 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:15 +0000 (12:10 +0200)
gettext-tools/src/msggrep.c

index 8e56495834703fdf246e7c59ae354d542a5f0e49..5306ab993798431c1226504b6ab2c0af52d35d97 100644 (file)
@@ -330,7 +330,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
         on every call.  */
       grep_path = find_in_path ("grep");
 
-      /* On Solaris >= 2.8, we need to use /usr/xpg4/bin/grep instead of
+      /* On Solaris, we need to use /usr/xpg4/bin/grep instead of
         /usr/bin/grep, because /usr/bin/grep doesn't understand the options
         -q and -e.  */
 #if (defined (sun) || defined (__sun)) && defined (__SVR4)