Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/sh Who Ride Wit Us?



details:   https://anonhg.NetBSD.org/src/rev/6ef2cc16ce20
branches:  trunk
changeset: 821361:6ef2cc16ce20
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Feb 02 19:26:37 2017 +0000

description:
Who Ride Wit Us?

diffstat:

 bin/sh/eval.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d4d008761682 -r 6ef2cc16ce20 bin/sh/eval.c
--- a/bin/sh/eval.c     Thu Feb 02 19:12:09 2017 +0000
+++ b/bin/sh/eval.c     Thu Feb 02 19:26:37 2017 +0000
@@ -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 @@
                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 ||



Home | Main Index | Thread Index | Old Index