From c413206bf89a6cce9527a4d2de33ef258c0f02d3 Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Sat, 26 May 2007 00:36:05 +0000 Subject: More comment typos from Diego Casati. Including winners like funtion, allmost, oustside, seqencer, toghether, nessissary, etc. --- usr.bin/xlint/lint2/chk.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/xlint/lint2/chk.c') 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 @@ -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 -- cgit v1.2.3