Module Name:    src
Committed By:   reed
Date:           Sun Oct 16 00:32:25 UTC 2011

Modified Files:
        src/bin/ksh: var.c

Log Message:
Typo in comment fix from Snader_LB via IRC.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/bin/ksh/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/ksh/var.c
diff -u src/bin/ksh/var.c:1.15 src/bin/ksh/var.c:1.16
--- src/bin/ksh/var.c:1.15	Sun Aug  2 21:24:18 2009
+++ src/bin/ksh/var.c	Sun Oct 16 00:32:25 2011
@@ -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 @@ typeset(var, set, clr, field, base)
 		/* 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) {

Reply via email to