From 97bc6e857cde050325c04c6933e656c38697a3ce Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Mon, 15 Sep 1997 08:20:27 +0000 Subject: [PATCH] Fix a comment. Submitted by: Mikael Karpberg --- usr.bin/tail/forward.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/tail/forward.c b/usr.bin/tail/forward.c index dd754189d84..d1c8722c9b2 100644 --- a/usr.bin/tail/forward.c +++ b/usr.bin/tail/forward.c @@ -161,7 +161,7 @@ forward(fp, style, off, sbp) } /* - * We pause for one second after displaying any data that has + * We pause for 1/4 second after displaying any data that has * accumulated since we read the file. */