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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Proactor.h b/ACE/ace/Proactor.h
index bcea10ec0fa..88dd9321c4a 100644
--- a/ACE/ace/Proactor.h
+++ b/ACE/ace/Proactor.h
@@ -221,7 +221,7 @@ public:
/**
* Run the event loop until the <ACE_Proactor::handle_events> method
* returns -1, the <end_event_loop> method is invoked, or the
- * <ACE_Time_Value> expires, in which case 0 is returned.
+ * ACE_Time_Value expires, in which case 0 is returned.
*/
static int run_event_loop (ACE_Time_Value &tv);
@@ -277,7 +277,7 @@ public:
* Run the event loop until the <ACE_Proactor::handle_events>
* method returns -1, the
* <end_proactor_event_loop> method is invoked,
- * or the <ACE_Time_Value>
+ * or the ACE_Time_Value
* expires, in which case a 0 is returned.
*/
int proactor_run_event_loop (ACE_Time_Value &tv,