summaryrefslogtreecommitdiff
path: root/ACE/ace/POSIX_Asynch_IO.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/POSIX_Asynch_IO.h')
-rw-r--r--ACE/ace/POSIX_Asynch_IO.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ACE/ace/POSIX_Asynch_IO.h b/ACE/ace/POSIX_Asynch_IO.h
index 97f5120d0ae..243fddc990f 100644
--- a/ACE/ace/POSIX_Asynch_IO.h
+++ b/ACE/ace/POSIX_Asynch_IO.h
@@ -71,12 +71,11 @@ public:
* This is the ACT associated with the handle on which the
* Asynch_Operation takes place.
*
- * @@ This is not implemented for POSIX4 platforms.
- *
+ * @note This is not implemented for POSIX4 platforms.
*/
const void *completion_key (void) const;
- /// Error value if the operation fail.
+ /// Error value if the operation fails.
u_long error (void) const;
/// This returns ACE_INVALID_HANDLE on POSIX4 platforms.