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

This commit is contained in:
Ed Schouten 2014-04-06 20:20:07 +00:00
parent 73a0af46b8
commit d7a39436e5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264202

View File

@ -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>