diff options
Diffstat (limited to 'ACE/ace/Name_Request_Reply.h')
-rw-r--r-- | ACE/ace/Name_Request_Reply.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Name_Request_Reply.h b/ACE/ace/Name_Request_Reply.h index 9ab620349d4..3a927e9f9e3 100644 --- a/ACE/ace/Name_Request_Reply.h +++ b/ACE/ace/Name_Request_Reply.h @@ -249,7 +249,7 @@ private: ACE_INT32 type_; /// Indicates why error occurred if <this->type_> == failure (-1). - /// Typical reasons include: <ETIME> (if the client timed out after + /// Typical reasons include: @c ETIME (if the client timed out after /// waiting for the name). ACE_UINT32 errno_; }; |