summaryrefslogtreecommitdiff
path: root/ACE/ace/Select_Reactor_Base.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Select_Reactor_Base.h')
-rw-r--r--ACE/ace/Select_Reactor_Base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Select_Reactor_Base.h b/ACE/ace/Select_Reactor_Base.h
index bee67e0b38f..3dcc4c9051d 100644
--- a/ACE/ace/Select_Reactor_Base.h
+++ b/ACE/ace/Select_Reactor_Base.h
@@ -358,7 +358,7 @@ public:
// is within the range of legal handles (i.e., >= 0 && < max_size_).
bool invalid_handle (ACE_HANDLE handle);
- // Check the @c handle to make sure it's a valid @c ACE_HANDLE that
+ // Check the @a handle to make sure it's a valid @c ACE_HANDLE that
// within the range of currently registered handles (i.e., >= 0 && <
// @c max_handlep1_).
bool handle_in_range (ACE_HANDLE handle);