From 181887938812fb6677944a8a607ffbaa1304296a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 23 Jul 2003 06:37:45 +0000 Subject: [PATCH] Tweak comment: Solaris2.7 -> Solaris 2.7 --- src/tail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); -- 2.47.2