diff options
author | Ed Schouten <ed@FreeBSD.org> | 2014-04-06 20:20:07 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2014-04-06 20:20:07 +0000 |
commit | d7a39436e56c9793b56c07e614b5aa91e9f90bbc (patch) | |
tree | 48bbc552d29f5c175fcc2c5d0859b366da612b2d | |
parent | 73a0af46b854be94a05fcc4d4603619a00ac5707 (diff) |
Notes
-rw-r--r-- | sys/kern/sys_procdesc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/sys_procdesc.c b/sys/kern/sys_procdesc.c index a8c65c148e03..0c2743f47c7c 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> |