Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/ksh Typo in comment fix from Snader_LB via IRC.
details: https://anonhg.NetBSD.org/src/rev/5a5653837709
branches: trunk
changeset: 770412:5a5653837709
user: reed <reed%NetBSD.org@localhost>
date: Sun Oct 16 00:32:25 2011 +0000
description:
Typo in comment fix from Snader_LB via IRC.
diffstat:
bin/ksh/var.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 14ebff5cf6b4 -r 5a5653837709 bin/ksh/var.c
--- a/bin/ksh/var.c Sat Oct 15 23:00:01 2011 +0000
+++ b/bin/ksh/var.c Sun Oct 16 00:32:25 2011 +0000
@@ -1,9 +1,9 @@
-/* $NetBSD: var.c,v 1.15 2009/08/02 21:24:18 dsl Exp $ */
+/* $NetBSD: var.c,v 1.16 2011/10/16 00:32:25 reed Exp $ */
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: var.c,v 1.15 2009/08/02 21:24:18 dsl Exp $");
+__RCSID("$NetBSD: var.c,v 1.16 2011/10/16 00:32:25 reed Exp $");
#endif
@@ -634,7 +634,7 @@
/* IMPORT is only used when the shell starts up and is
* setting up its environment. Allow only simple array
* references at this time since parameter/command substitution
- * is preformed on the [expression], which would be a major
+ * is performed on the [expression], which would be a major
* security hole.
*/
if (set & IMPORT) {
Home |
Main Index |
Thread Index |
Old Index