diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-09-15 08:20:27 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-09-15 08:20:27 +0000 |
commit | 97bc6e857cde050325c04c6933e656c38697a3ce (patch) | |
tree | 9a55d4d50337542825d7438396faba9cebaca483 /usr.bin/tail/forward.c | |
parent | 6b4b86e517ad7924b4fee571b790af25b3103af0 (diff) | |
download | src-97bc6e857cde050325c04c6933e656c38697a3ce.tar.gz src-97bc6e857cde050325c04c6933e656c38697a3ce.zip |
Fix a comment.
Submitted by: Mikael Karpberg <karpen@ocean.campus.luth.se>
Notes
Notes:
svn path=/head/; revision=29460
Diffstat (limited to 'usr.bin/tail/forward.c')
-rw-r--r-- | usr.bin/tail/forward.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tail/forward.c b/usr.bin/tail/forward.c index dd754189d843..d1c8722c9b20 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. */ |