diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-07-09 19:37:01 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-07-09 19:37:01 +0000 |
commit | 72692e53798fc5988d154d5b75921729be194286 (patch) | |
tree | 8cff2130d8fb55371c94c24e2be09fc1bd25a7e0 /usr.bin | |
parent | fa8533f1c4abaae0c3044218bf7eebf0d7280a4d (diff) |
*enty->*ently where applicable
Diffstat (limited to 'usr.bin')
-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 23b7bfb1a10..4d6773cd719 100644 --- a/usr.bin/xlint/lint2/chk.c +++ b/usr.bin/xlint/lint2/chk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: chk.c,v 1.14 2006/05/29 20:47:22 cloder Exp $ */ +/* $OpenBSD: chk.c,v 1.15 2006/07/09 19:37:00 miod 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.14 2006/05/29 20:47:22 cloder Exp $"; +static char rcsid[] = "$OpenBSD: chk.c,v 1.15 2006/07/09 19:37:00 miod Exp $"; #endif #include <stdlib.h> @@ -371,7 +371,7 @@ chkvtui(hte_t *hte, sym_t *def, sym_t *decl) } if (!eq || (sflag && warn)) { pos1 = xstrdup(mkpos(&def->s_pos)); - /* %s: %s used inconsistenty (%s) */ + /* %s: %s used inconsistently (%s) */ msg(4, pos1, hte->h_name, mkpos(&call->f_pos)); free(pos1); } |