summaryrefslogtreecommitdiff
path: root/ACE/ace/Proactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Proactor.h')
-rw-r--r--ACE/ace/Proactor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Proactor.h b/ACE/ace/Proactor.h
index ddbeaec7ca5..5f7bde38dc4 100644
--- a/ACE/ace/Proactor.h
+++ b/ACE/ace/Proactor.h
@@ -298,7 +298,7 @@ public:
int proactor_reset_event_loop (void);
- /// This method adds the <handle> to the I/O completion port. This
+ /// This method adds the @a handle to the I/O completion port. This
/// function is a no-op function for Unix systems and returns 0;
int register_handle (ACE_HANDLE handle,
const void *completion_key);