diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2007-05-06 01:12:26 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2007-05-06 01:12:26 +0000 |
commit | 755f96d29901bee6e25c7a30366ac3bb61ac5120 (patch) | |
tree | 004ff487b19db474e265a6afcddc695d5c61bb47 /usr.bin/cap_mkdb | |
parent | 2986368226c208e8b7f8b03ff25b4fb031a886e4 (diff) |
Grammar.
Diffstat (limited to 'usr.bin/cap_mkdb')
-rw-r--r-- | usr.bin/cap_mkdb/getinfo.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cap_mkdb/getinfo.c b/usr.bin/cap_mkdb/getinfo.c index f907106ac63..bdaa03e3ca6 100644 --- a/usr.bin/cap_mkdb/getinfo.c +++ b/usr.bin/cap_mkdb/getinfo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getinfo.c,v 1.10 2006/03/18 03:55:09 ray Exp $ */ +/* $OpenBSD: getinfo.c,v 1.11 2007/05/06 01:12:25 ray Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -30,7 +30,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: getinfo.c,v 1.10 2006/03/18 03:55:09 ray Exp $"; +static char rcsid[] = "$OpenBSD: getinfo.c,v 1.11 2007/05/06 01:12:25 ray Exp $"; #endif /* not lint */ #include <sys/types.h> @@ -277,7 +277,7 @@ getent(char **cap, u_int *len, char **db_array, int fd, char *name, int depth) rp = record + pos; } } - /* loop invariant let's us do this */ + /* loop invariant lets us do this */ *rp++ = '\0'; /* |