svn commit: r264202 - head/sys/kern

Ed Schouten ed at FreeBSD.org
Sun Apr 6 20:20:07 UTC 2014


Author: ed
Date: Sun Apr  6 20:20:07 2014
New Revision: 264202
URL: http://svnweb.freebsd.org/changeset/base/264202

Log:
  Fix a typo. The function name is pdfork; not pfork.

Modified:
  head/sys/kern/sys_procdesc.c

Modified: head/sys/kern/sys_procdesc.c
==============================================================================
--- head/sys/kern/sys_procdesc.c	Sun Apr  6 20:04:33 2014	(r264201)
+++ head/sys/kern/sys_procdesc.c	Sun Apr  6 20:20:07 2014	(r264202)
@@ -55,7 +55,7 @@
  *
  * - How to handle ptrace(2)?
  * - Will we want to add a pidtoprocdesc(2) system call to allow process
- *   descriptors to be created for processes without pfork(2)?
+ *   descriptors to be created for processes without pdfork(2)?
  */
 
 #include <sys/cdefs.h>


More information about the svn-src-head mailing list