diff options
author | Chad Loder <cloder@cvs.openbsd.org> | 2005-11-28 04:57:27 +0000 |
---|---|---|
committer | Chad Loder <cloder@cvs.openbsd.org> | 2005-11-28 04:57:27 +0000 |
commit | 88b37724a86db20d598121aaa25be3b8a3675efa (patch) | |
tree | 51d7fe39ae74a48818ae4bf08b408c189b7cb8b4 /usr.bin/xlint/lint1/tree.c | |
parent | 06c351053d058e75607c010e182499744e1f11db (diff) |
Another comment typo
Diffstat (limited to 'usr.bin/xlint/lint1/tree.c')
-rw-r--r-- | usr.bin/xlint/lint1/tree.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/xlint/lint1/tree.c b/usr.bin/xlint/lint1/tree.c index 19fefbd8639..592070b366f 100644 --- a/usr.bin/xlint/lint1/tree.c +++ b/usr.bin/xlint/lint1/tree.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tree.c,v 1.14 2005/11/28 04:57:04 cloder Exp $ */ +/* $OpenBSD: tree.c,v 1.15 2005/11/28 04:57:26 cloder Exp $ */ /* $NetBSD: tree.c,v 1.12 1995/10/02 17:37:57 jpo Exp $ */ /* @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: tree.c,v 1.14 2005/11/28 04:57:04 cloder Exp $"; +static char rcsid[] = "$OpenBSD: tree.c,v 1.15 2005/11/28 04:57:26 cloder Exp $"; #endif #include <stdlib.h> @@ -1532,7 +1532,7 @@ promote(op_t op, int farg, tnode_t *tn) /* * Insert conversions which are necessary to give both operands the same - * type. This is done in different ways for traditional C and ANIS C. + * type. This is done in different ways for traditional C and ANSI C. */ static void balance(op_t op, tnode_t **lnp, tnode_t **rnp) |