diff options
Diffstat (limited to 'ACE/ace/Message_Block.h')
-rw-r--r-- | ACE/ace/Message_Block.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Message_Block.h b/ACE/ace/Message_Block.h index db52a13bb94..ed0728d17bc 100644 --- a/ACE/ace/Message_Block.h +++ b/ACE/ace/Message_Block.h @@ -756,7 +756,7 @@ public: /** * Decrease the shared reference count by 1. If the reference count * is > 0 then return this; else if reference count == 0 then delete - * <this> and @a mb and return 0. Behavior is undefined if reference + * @c this and @a mb and return 0. Behavior is undefined if reference * count < 0. */ ACE_Data_Block *release (ACE_Lock *lock = 0); |