Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Update comment to match existing function name.



details:   https://anonhg.NetBSD.org/src/rev/d38a04db84c1
branches:  trunk
changeset: 455634:d38a04db84c1
user:      maya <maya%NetBSD.org@localhost>
date:      Mon Apr 08 13:05:23 2019 +0000

description:
Update comment to match existing function name.

diffstat:

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

diffs (27 lines):

diff -r 69972a43d259 -r d38a04db84c1 sys/kern/subr_exec_fd.c
--- a/sys/kern/subr_exec_fd.c   Mon Apr 08 13:04:54 2019 +0000
+++ b/sys/kern/subr_exec_fd.c   Mon Apr 08 13:05:23 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: subr_exec_fd.c,v 1.7 2014/09/05 09:20:59 matt Exp $    */
+/*     $NetBSD: subr_exec_fd.c,v 1.8 2019/04/08 13:05:23 maya Exp $    */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_exec_fd.c,v 1.7 2014/09/05 09:20:59 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_exec_fd.c,v 1.8 2019/04/08 13:05:23 maya Exp $");
 
 #include <sys/param.h>
 #include <sys/file.h>
@@ -69,7 +69,7 @@
 /*
  * It is unsafe for set[ug]id processes to be started with file
  * descriptors 0..2 closed, as these descriptors are given implicit
- * significance in the Standard C library.  fdcheckstd() will create a
+ * significance in the Standard C library.  fd_checkstd() will create a
  * descriptor referencing /dev/null for each of stdin, stdout, and
  * stderr that is not already open.
  */



Home | Main Index | Thread Index | Old Index