summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2003-07-14 08:06:07 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2003-07-14 08:06:07 +0000
commit2dc823da7898ebb9464b3ce3aa84641c1b2b8e50 (patch)
tree6174f59cc2f5b891b3efd847de0356eb26569cbe
parentc5568af47db39ac967a22a7f3ffba5107252d651 (diff)
typo in comment. ok henning@
-rw-r--r--usr.bin/tail/forward.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tail/forward.c b/usr.bin/tail/forward.c
index bb5a23698a6..1a1f332476e 100644
--- a/usr.bin/tail/forward.c
+++ b/usr.bin/tail/forward.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: forward.c,v 1.16 2003/07/01 11:12:59 henning Exp $ */
+/* $OpenBSD: forward.c,v 1.17 2003/07/14 08:06:06 otto Exp $ */
/* $NetBSD: forward.c,v 1.7 1996/02/13 16:49:10 ghudson Exp $ */
/*-
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)forward.c 8.1 (Berkeley) 6/6/93";
#endif
-static char rcsid[] = "$OpenBSD: forward.c,v 1.16 2003/07/01 11:12:59 henning Exp $";
+static char rcsid[] = "$OpenBSD: forward.c,v 1.17 2003/07/14 08:06:06 otto Exp $";
#endif /* not lint */
#include <sys/types.h>
@@ -260,7 +260,7 @@ rlines(FILE *fp, long off, struct stat *sbp)
/*
* Position before char.
- * Last char is special, ignore if whether newline or not.
+ * Last char is special, ignore it whether newline or not.
*/
pos -= 2;
ch = EOF;