diff options
Diffstat (limited to 'usr.bin/sdiff/sdiff.c')
-rw-r--r-- | usr.bin/sdiff/sdiff.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sdiff/sdiff.c b/usr.bin/sdiff/sdiff.c index 087260a86f3..3bbab8288e3 100644 --- a/usr.bin/sdiff/sdiff.c +++ b/usr.bin/sdiff/sdiff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sdiff.c,v 1.11 2005/12/27 05:13:14 tedu Exp $ */ +/* $OpenBSD: sdiff.c,v 1.12 2005/12/28 05:57:46 deraadt Exp $ */ /* * Written by Raymond Lai <ray@cyth.net>. @@ -252,7 +252,7 @@ main(int argc, char **argv) /* * Prints an individual column (left or right), taking into account * that tabs are variable-width. Takes a string, the current column - * the cursor is on the screen, and the maximum value of the column. + * the cursor is on the screen, and the maximum value of the column. * The column value is updated as we go along. */ static void |