diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-05-26 00:36:05 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-05-26 00:36:05 +0000 |
commit | c413206bf89a6cce9527a4d2de33ef258c0f02d3 (patch) | |
tree | 4150ce075256cb4e041c0b8c65ccd3f37ffcf297 /usr.bin/xlint/lint2/chk.c | |
parent | 3e63d12de85bb03339039fd726ca30e5f9a849c2 (diff) |
More comment typos from Diego Casati. Including winners like funtion, allmost,
oustside, seqencer, toghether, nessissary, etc.
Diffstat (limited to 'usr.bin/xlint/lint2/chk.c')
-rw-r--r-- | usr.bin/xlint/lint2/chk.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/xlint/lint2/chk.c b/usr.bin/xlint/lint2/chk.c index 4d6773cd719..5dddd17b039 100644 --- a/usr.bin/xlint/lint2/chk.c +++ b/usr.bin/xlint/lint2/chk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: chk.c,v 1.15 2006/07/09 19:37:00 miod Exp $ */ +/* $OpenBSD: chk.c,v 1.16 2007/05/26 00:36:04 krw Exp $ */ /* $NetBSD: chk.c,v 1.2 1995/07/03 21:24:42 cgd Exp $ */ /* @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: chk.c,v 1.15 2006/07/09 19:37:00 miod Exp $"; +static char rcsid[] = "$OpenBSD: chk.c,v 1.16 2007/05/26 00:36:04 krw Exp $"; #endif #include <stdlib.h> @@ -566,7 +566,7 @@ chkau(hte_t *hte, int n, sym_t *def, sym_t *decl, pos_t *pos1p, /* * Other lint implementations print warnings as soon as the type * of an argument does not match exactly the expected type. The - * result are lots of warnings which are really not neccessary. + * result are lots of warnings which are really not necessary. * We print a warning only if * (0) at least one type is not an interger type and types differ * (1) hflag is set and types differ |