summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_procdesc.c
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2014-04-06 20:20:07 +0000
committered <ed@FreeBSD.org>2014-04-06 20:20:07 +0000
commit2443e8f2acdf2560df4b715d4c8571540224f102 (patch)
tree48bbc552d29f5c175fcc2c5d0859b366da612b2d /sys/kern/sys_procdesc.c
parentae85877db58569f74d4dce6b686de355cf9d0e36 (diff)
downloadFreeBSD-src-2443e8f2acdf2560df4b715d4c8571540224f102.zip
FreeBSD-src-2443e8f2acdf2560df4b715d4c8571540224f102.tar.gz
Fix a typo. The function name is pdfork; not pfork.
Diffstat (limited to 'sys/kern/sys_procdesc.c')
-rw-r--r--sys/kern/sys_procdesc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/sys_procdesc.c b/sys/kern/sys_procdesc.c
index a8c65c1..0c2743f 100644
--- a/sys/kern/sys_procdesc.c
+++ b/sys/kern/sys_procdesc.c
@@ -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>
OpenPOWER on IntegriCloud