Module Name: src
Committed By: dholland
Date: Sun Jul 31 22:36:53 UTC 2016
Modified Files:
src/usr.bin/xlint/lint1: decl.c
Log Message:
typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/usr.bin/xlint/lint1/decl.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/xlint/lint1/decl.c
diff -u src/usr.bin/xlint/lint1/decl.c:1.61 src/usr.bin/xlint/lint1/decl.c:1.62
--- src/usr.bin/xlint/lint1/decl.c:1.61 Sat Jan 2 17:44:21 2016
+++ src/usr.bin/xlint/lint1/decl.c Sun Jul 31 22:36:53 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: decl.c,v 1.61 2016/01/02 17:44:21 christos Exp $ */
+/* $NetBSD: decl.c,v 1.62 2016/07/31 22:36:53 dholland Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All Rights Reserved.
@@ -38,7 +38,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: decl.c,v 1.61 2016/01/02 17:44:21 christos Exp $");
+__RCSID("$NetBSD: decl.c,v 1.62 2016/07/31 22:36:53 dholland Exp $");
#endif
#include <sys/param.h>
@@ -664,7 +664,7 @@ popdecl(void)
*
* There is no need to clear d_asm in dinfo structs with context AUTO,
* because these structs are freed at the end of the compound statement.
- * But it must be cleard in the outermost dinfo struct, which has
+ * But it must be cleared in the outermost dinfo struct, which has
* context EXTERN. This could be done in clrtyp() and would work for
* C, but not for C++ (due to mixed statements and declarations). Thus
* we clear it in glclup(), which is used to do some cleanup after