Module Name:    src
Committed By:   christos
Date:           Thu Feb  2 19:26:38 UTC 2017

Modified Files:
        src/bin/sh: eval.c

Log Message:
Who Ride Wit Us?


To generate a diff of this commit:
cvs rdiff -u -r1.129 -r1.130 src/bin/sh/eval.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/sh/eval.c
diff -u src/bin/sh/eval.c:1.129 src/bin/sh/eval.c:1.130
--- src/bin/sh/eval.c:1.129	Tue Jan 10 15:43:08 2017
+++ src/bin/sh/eval.c	Thu Feb  2 14:26:37 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: eval.c,v 1.129 2017/01/10 20:43:08 christos Exp $	*/
+/*	$NetBSD: eval.c,v 1.130 2017/02/02 19:26:37 christos Exp $	*/
 
 /*-
  * Copyright (c) 1993
@@ -37,7 +37,7 @@
 #if 0
 static char sccsid[] = "@(#)eval.c	8.9 (Berkeley) 6/8/95";
 #else
-__RCSID("$NetBSD: eval.c,v 1.129 2017/01/10 20:43:08 christos Exp $");
+__RCSID("$NetBSD: eval.c,v 1.130 2017/02/02 19:26:37 christos Exp $");
 #endif
 #endif /* not lint */
 
@@ -1044,7 +1044,7 @@ normal_fork:
 		temp_path = 0;
 		if (!setjmp(jmploc.loc)) {
 			/* We need to ensure the command hash table isn't
-			 * corruped by temporary PATH assignments.
+			 * corrupted by temporary PATH assignments.
 			 * However we must ensure the 'local' command works!
 			 */
 			if (path != pathval() && (cmdentry.u.bltin == hashcmd ||

Reply via email to