diff options
Diffstat (limited to 'nsprpub/pr/include/prproces.h')
-rw-r--r-- | nsprpub/pr/include/prproces.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsprpub/pr/include/prproces.h b/nsprpub/pr/include/prproces.h index 97825422e..e23504ac5 100644 --- a/nsprpub/pr/include/prproces.h +++ b/nsprpub/pr/include/prproces.h @@ -60,7 +60,7 @@ NSPR_API(PRStatus) PR_ProcessAttrSetInheritableFD( ** invalid arguments or insufficient resources. ** ** A process may be created such that the creator can later synchronize its -** termination using PR_WaitProcess(). +** termination using PR_WaitProcess(). */ NSPR_API(PRProcess*) PR_CreateProcess( |