From: Jim Meyering Date: Wed, 23 Jul 2003 06:37:45 +0000 (+0000) Subject: Tweak comment: Solaris2.7 -> Solaris 2.7 X-Git-Tag: v5.0.90~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=181887938812fb6677944a8a607ffbaa1304296a;p=thirdparty%2Fcoreutils.git Tweak comment: Solaris2.7 -> Solaris 2.7 --- diff --git a/src/tail.c b/src/tail.c index b994868a07..9d8468b647 100644 --- a/src/tail.c +++ b/src/tail.c @@ -1697,7 +1697,7 @@ main (int argc, char **argv) if (forever) { - /* This fflush appears to be required only on Solaris2.7. */ + /* This fflush appears to be required only on Solaris 2.7. */ if (fflush (stdout) < 0) error (EXIT_FAILURE, errno, _("write error"));