diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-08-14 11:02:34 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-08-14 11:02:34 +0000 |
commit | bb3fdfa8291acc35d5db62c3361d2883056bea8b (patch) | |
tree | 5b03bba6d14430b824914d1dfe740b18c94818a5 /usr.bin | |
parent | 7a5cb464cb9e625c495a794c61a769a8c4e866b5 (diff) |
catched->caught
Diffstat (limited to 'usr.bin')
-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 c449b8e5789..ad43b68b55d 100644 --- a/usr.bin/xlint/lint1/decl.c +++ b/usr.bin/xlint/lint1/decl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: decl.c,v 1.10 2004/08/03 00:09:54 deraadt Exp $ */ +/* $OpenBSD: decl.c,v 1.11 2005/08/14 11:02:33 miod 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.10 2004/08/03 00:09:54 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: decl.c,v 1.11 2005/08/14 11:02:33 miod Exp $"; #endif #include <sys/param.h> @@ -1974,7 +1974,7 @@ isredec(dsym, warn) return(0); if (rsym->s_scl == EXTERN && rsym->s_def == DEF) { /* - * All cases except "int a = 1; static int a;" are catched + * All cases except "int a = 1; static int a;" are caught * above with or without a warning */ /* redeclaration of %s */ |