summaryrefslogtreecommitdiff
path: root/ace/Task_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Task_T.h')
-rw-r--r--ace/Task_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Task_T.h b/ace/Task_T.h
index 60b4ef5c5dc..0fb31c4aa78 100644
--- a/ace/Task_T.h
+++ b/ace/Task_T.h
@@ -117,8 +117,8 @@ public: // Should be protected:
int flush (u_long flag = ACE_Task_Flags::ACE_FLUSHALL);
// Flush the queue. Note that if this conflicts with the C++
- // iostream flush() function, just rewrite the iostream function as
- // ::flush().
+ // iostream <flush> function, just rewrite the iostream function as
+ // ::<flush>.
// = Special routines corresponding to certain message types.