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/144dc2b5f4ec
branches: trunk
changeset: 328006:144dc2b5f4ec
user: dholland <dholland%NetBSD.org@localhost>
date: Sun Mar 23 04:58:16 2014 +0000
description:
typo in comment
diffstat:
usr.bin/xlint/lint1/cgram.y | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 8283555dec3b -r 144dc2b5f4ec usr.bin/xlint/lint1/cgram.y
--- a/usr.bin/xlint/lint1/cgram.y Sun Mar 23 03:41:10 2014 +0000
+++ b/usr.bin/xlint/lint1/cgram.y Sun Mar 23 04:58:16 2014 +0000
@@ -1,5 +1,5 @@
%{
-/* $NetBSD: cgram.y,v 1.58 2014/02/18 22:01:36 christos Exp $ */
+/* $NetBSD: cgram.y,v 1.59 2014/03/23 04:58:16 dholland Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All Rights Reserved.
@@ -35,7 +35,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: cgram.y,v 1.58 2014/02/18 22:01:36 christos Exp $");
+__RCSID("$NetBSD: cgram.y,v 1.59 2014/03/23 04:58:16 dholland Exp $");
#endif
#include <stdlib.h>
@@ -575,7 +575,7 @@
* a new tag if "a" is not declared at current level
*
* yychar is valid because otherwise the parser would
- * not been able to deceide if he must shift or reduce
+ * not been able to decide if he must shift or reduce
*/
$$ = mktag($2, $1, 0, yychar == T_SEMI);
}
Home |
Main Index |
Thread Index |
Old Index