diff options
Diffstat (limited to 'ACE/ace/OS_NS_unistd.h')
-rw-r--r-- | ACE/ace/OS_NS_unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/OS_NS_unistd.h b/ACE/ace/OS_NS_unistd.h index 2965aaf31c2..aeb5b181964 100644 --- a/ACE/ace/OS_NS_unistd.h +++ b/ACE/ace/OS_NS_unistd.h @@ -347,7 +347,7 @@ namespace ACE_OS ACE_OVERLAPPED *); /** - * Send @a len bytes from @a buf to <handle> (uses the <ACE_OS::write> + * Send @a len bytes from @a buf to @a handle (uses the <ACE_OS::write> * calls, which is uses the <write> system call on UNIX and the * <WriteFile> call on Win32). If errors occur, -1 is returned. If * EOF occurs, 0 is returned. Whatever data has been transmitted |