diff options
Diffstat (limited to 'ace/Event_Handler.h')
-rw-r--r-- | ace/Event_Handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Event_Handler.h b/ace/Event_Handler.h index a22ed092bd3..a72fe6c970c 100644 --- a/ace/Event_Handler.h +++ b/ace/Event_Handler.h @@ -177,7 +177,7 @@ public: * non-sockets (such as ACE_STDIN). This is commonly used in * situations where the Reactor is used to demultiplex read events * on ACE_STDIN on UNIX. Note that <event_handler> must be a - * subclass of <ACE_Event_Handler>. If the <get_handle> method of + * subclass of ACE_Event_Handler. If the <get_handle> method of * this event handler returns <ACE_INVALID_HANDLE> we default to * reading from ACE_STDIN. */ |