summaryrefslogtreecommitdiff
path: root/ace/Log_Record.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Log_Record.h')
-rw-r--r--ace/Log_Record.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Log_Record.h b/ace/Log_Record.h
index a48b9a322bf..a42d5cb4685 100644
--- a/ace/Log_Record.h
+++ b/ace/Log_Record.h
@@ -83,7 +83,7 @@ public:
#if !defined (ACE_LACKS_IOSTREAM_TOTALLY)
/// Write the contents of the logging record to the appropriate
- /// <ostream> if the corresponding type is enabled.
+ /// @a stream if the corresponding type is enabled.
int print (const ACE_TCHAR host_name[],
u_long verbose_flag,
ACE_OSTREAM_TYPE &stream);