Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/xlint/lint1 typo in comment
details: https://anonhg.NetBSD.org/src/rev/41b207bd1d2e
branches: trunk
changeset: 346751:41b207bd1d2e
user: dholland <dholland%NetBSD.org@localhost>
date: Sun Jul 31 22:36:53 2016 +0000
description:
typo in comment
diffstat:
usr.bin/xlint/lint1/decl.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 19bdc8b5839e -r 41b207bd1d2e usr.bin/xlint/lint1/decl.c
--- a/usr.bin/xlint/lint1/decl.c Sun Jul 31 21:34:53 2016 +0000
+++ b/usr.bin/xlint/lint1/decl.c Sun Jul 31 22:36:53 2016 +0000
@@ -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 @@
*
* 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
Home |
Main Index |
Thread Index |
Old Index