summaryrefslogtreecommitdiff
path: root/ace/Process.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-08-09 21:09:45 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-08-09 21:09:45 +0000
commitcf7f799fa2402165ad61a9c4cc209d83a410eba1 (patch)
treee6b894bf2ea69ea67fc7d5c430500b8a21e2d1e5 /ace/Process.h
parent96a33b24dc72298f2b236e3678d488684c6d9b95 (diff)
downloadATCD-cf7f799fa2402165ad61a9c4cc209d83a410eba1.tar.gz
ChangeLogTag:Mon Aug 9 11:29:36 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Process.h')
-rw-r--r--ace/Process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Process.h b/ace/Process.h
index 986f6ffe9be..f2cf71cf1d9 100644
--- a/ace/Process.h
+++ b/ace/Process.h
@@ -308,7 +308,7 @@ public:
int wait (int *status = 0);
// Perform a blocking wait for the process we just created to exit.
// The return value is platform dependent (0/-1 on UNIX and some
- // Win32 defined values on Win32.) If <status> != 0, it points to
+ // Win32 defined values on Win32). If <status> != 0, it points to
// an integer where the function store the exit status of child
// process to.