Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/5976a812fe3b
branches:  trunk
changeset: 746154:5976a812fe3b
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Mon Mar 23 02:44:22 2020 +0000

description:
Fix typo in comment.

diffstat:

 sys/kern/exec_script.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 10ea60ac99f9 -r 5976a812fe3b sys/kern/exec_script.c
--- a/sys/kern/exec_script.c    Mon Mar 23 00:46:11 2020 +0000
+++ b/sys/kern/exec_script.c    Mon Mar 23 02:44:22 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exec_script.c,v 1.81 2020/03/23 00:46:11 ad Exp $      */
+/*     $NetBSD: exec_script.c,v 1.82 2020/03/23 02:44:22 pgoyette Exp $        */
 
 /*
  * Copyright (c) 1993, 1994, 1996 Christopher G. Demetriou
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: exec_script.c,v 1.81 2020/03/23 00:46:11 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: exec_script.c,v 1.82 2020/03/23 02:44:22 pgoyette Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_script.h"
@@ -213,7 +213,7 @@
         * if the script isn't readable, or it's set-id, then we've
         * gotta supply a "/dev/fd/..." for the shell to read.
         * Note that stupid shells (csh) do the wrong thing, and
-        * close all open fd's when the start.  That kills this
+        * close all open fd's when they start.  That kills this
         * method of implementing "safe" set-id and x-only scripts.
         */
        vn_lock(epp->ep_vp, LK_SHARED | LK_RETRY);



Home | Main Index | Thread Index | Old Index