summaryrefslogtreecommitdiff
path: root/ace/OS_NS_sys_wait.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS_NS_sys_wait.h')
-rw-r--r--ace/OS_NS_sys_wait.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS_NS_sys_wait.h b/ace/OS_NS_sys_wait.h
index 59628474ad6..0b172763efa 100644
--- a/ace/OS_NS_sys_wait.h
+++ b/ace/OS_NS_sys_wait.h
@@ -59,7 +59,7 @@ namespace ACE_OS
ACE_HANDLE handle = 0);
/**
- * Calls @c ::waitpid on UNIX/POSIX platforms Does not work on Vxworks 5.5.x.
+ * Calls @c ::waitpid on UNIX/POSIX platforms Does not work on VxWorks 5.5.x.
* On Win32, @a pid is ignored if the @a handle is not equal to 0.
* Passing the process @a handle is prefer on Win32 because using
* @a pid to wait on the project doesn't always work correctly