summaryrefslogtreecommitdiff
path: root/usr.bin/xlint/lint1
diff options
context:
space:
mode:
authorChad Loder <cloder@cvs.openbsd.org>2005-11-29 20:15:05 +0000
committerChad Loder <cloder@cvs.openbsd.org>2005-11-29 20:15:05 +0000
commit4308a90a337c3632d4920a8126a758a76927703a (patch)
tree06f1861d5ec48356ea4a91367a711bcf57002c10 /usr.bin/xlint/lint1
parent441c1f3215bf7bf479dbc3384c6acb2028922ef4 (diff)
Typo
Diffstat (limited to 'usr.bin/xlint/lint1')
-rw-r--r--usr.bin/xlint/lint1/init.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/xlint/lint1/init.c b/usr.bin/xlint/lint1/init.c
index 2c2a5a2de50..29a9cb43ea9 100644
--- a/usr.bin/xlint/lint1/init.c
+++ b/usr.bin/xlint/lint1/init.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: init.c,v 1.6 2005/11/20 17:42:49 deraadt Exp $ */
+/* $OpenBSD: init.c,v 1.7 2005/11/29 20:15:04 cloder Exp $ */
/* $NetBSD: init.c,v 1.4 1995/10/02 17:21:37 jpo Exp $ */
/*
@@ -33,7 +33,7 @@
*/
#ifndef lint
-static char rcsid[] = "$OpenBSD: init.c,v 1.6 2005/11/20 17:42:49 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: init.c,v 1.7 2005/11/29 20:15:04 cloder Exp $";
#endif
#include <stdlib.h>
@@ -348,7 +348,7 @@ mkinit(tnode_t *tn)
sc = initsym->s_scl;
/*
- * Do not test for automatic aggregat initialisation. If the
+ * Do not test for automatic aggregate initialisation. If the
* initalizer starts with a brace we have the warning already.
* If not, an error will be printed that the initializer must
* be enclosed by braces.