diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-02-14 14:45:37 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-02-14 14:45:37 +0000 |
commit | 36f5c1e53fc96ab4eaa5f1b7946ca65a28876c37 (patch) | |
tree | 033d0fb97c29cf4990c58a8beee568494556f062 /usr.bin/sort/fields.c | |
parent | b4d66b89c7c282429ae3c952bda43c2bcd204767 (diff) |
typo in comment; from ray lai
Diffstat (limited to 'usr.bin/sort/fields.c')
-rw-r--r-- | usr.bin/sort/fields.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/sort/fields.c b/usr.bin/sort/fields.c index a96038ef4f1..a6093e34e71 100644 --- a/usr.bin/sort/fields.c +++ b/usr.bin/sort/fields.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fields.c,v 1.10 2004/07/20 03:50:27 deraadt Exp $ */ +/* $OpenBSD: fields.c,v 1.11 2006/02/14 14:45:36 jmc Exp $ */ /*- * Copyright (c) 1993 @@ -36,7 +36,7 @@ #if 0 static char sccsid[] = "@(#)fields.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$OpenBSD: fields.c,v 1.10 2004/07/20 03:50:27 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: fields.c,v 1.11 2006/02/14 14:45:36 jmc Exp $"; #endif #endif /* not lint */ @@ -294,7 +294,7 @@ number(u_char *pos, u_char *bufend, u_char *line, u_char *lineend, int Rflag) } /* This forces a gap around the record delimiter - * Thus fnum has vaues over (0,254) -> ((0,REC_D-1),(REC_D+1,255)); + * Thus fnum has values over (0,254) -> ((0,REC_D-1),(REC_D+1,255)); * rnum over (0,254) -> (255,REC_D+1),(REC_D-1,0)) */ void |