summaryrefslogtreecommitdiff
path: root/netsvcs/lib/Server_Logging_Handler_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'netsvcs/lib/Server_Logging_Handler_T.h')
-rw-r--r--netsvcs/lib/Server_Logging_Handler_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/netsvcs/lib/Server_Logging_Handler_T.h b/netsvcs/lib/Server_Logging_Handler_T.h
index 4c92b8e205f..2f54fb2c65c 100644
--- a/netsvcs/lib/Server_Logging_Handler_T.h
+++ b/netsvcs/lib/Server_Logging_Handler_T.h
@@ -158,7 +158,7 @@ private:
*
* @brief Product object created by a
* <ACE_Server_Logging_Acceptor_T<ACE_Server_Logging_Handler> >. An
- * <ACE_Server_Logging_Handler> receives, frames. The logging record
+ * ACE_Server_Logging_Handler receives, frames. The logging record
* is then processed by the <LOG_MESSAGE_RECEIVER>
*
* All clients are handled in the same thread.
@@ -188,7 +188,7 @@ typedef u_long ACE_LOGGER_COUNTER;
*
* @brief Product object created by a
* <ACE_Server_Logging_Acceptor_T<ACE_Thr_Server_Logging_Handler>
- * >. An <ACE_Thr_Server_Logging_Handler> receives, frames. The
+ * >. An ACE_Thr_Server_Logging_Handler receives, frames. The
* logging record is then processed by the <LOG_MESSAGE_RECEIVER>
*
* Each client is handled in its own separate thread.