Date: Sun, 6 Apr 2014 20:20:07 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r264202 - head/sys/kern Message-ID: <201404062020.s36KK7uj069847@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404062020.s36KK7uj069847>