diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-07-21 17:23:53 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-07-21 17:23:53 +0000 |
commit | 9017426ba548e58e196dc3a76969c2172d436e67 (patch) | |
tree | 4fbbabfeb44325f3a0a25728f069f1bf2e45e81a /usr.bin/xlint | |
parent | 7d895c793c3b0ba624608b386711eed9ee2e7219 (diff) |
typo in comment; Fabio Olive Leite
Diffstat (limited to 'usr.bin/xlint')
-rw-r--r-- | usr.bin/xlint/lint1/decl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/xlint/lint1/decl.c b/usr.bin/xlint/lint1/decl.c index 1592ac08245..90d05c52a9e 100644 --- a/usr.bin/xlint/lint1/decl.c +++ b/usr.bin/xlint/lint1/decl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: decl.c,v 1.8 2003/11/08 19:17:29 jmc Exp $ */ +/* $OpenBSD: decl.c,v 1.9 2004/07/21 17:23:52 millert Exp $ */ /* $NetBSD: decl.c,v 1.11 1995/10/02 17:34:16 jpo Exp $ */ /* @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: decl.c,v 1.8 2003/11/08 19:17:29 jmc Exp $"; +static char rcsid[] = "$OpenBSD: decl.c,v 1.9 2004/07/21 17:23:52 millert Exp $"; #endif #include <sys/param.h> @@ -205,7 +205,7 @@ initdecl() /* * Returns a shared type structure vor arithmetic types and void. * - * It's important do duplicate this structure (using duptyp() or tdupdyp()) + * It's important to duplicate this structure (using duptyp() or tduptyp()) * if it is to be modified (adding qualifiers or anything else). */ type_t * |