summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tail.c b/src/tail.c
index a0b7a7bba..1e551c5c9 100644
--- a/src/tail.c
+++ b/src/tail.c
@@ -1713,7 +1713,7 @@ main (int argc, char **argv)
if (forever)
{
- /* This fflush appears to be required only on Solaris 2.7. */
+ /* This fflush appears to be required only on Solaris 5.7. */
if (fflush (stdout) < 0)
error (EXIT_FAILURE, errno, _("write error"));