diff options
-rw-r--r-- | src/tail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tail.c b/src/tail.c index b994868a0..9d8468b64 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")); |