summaryrefslogtreecommitdiff
path: root/ACE/ace/Malloc_Allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Malloc_Allocator.h')
-rw-r--r--ACE/ace/Malloc_Allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Malloc_Allocator.h b/ACE/ace/Malloc_Allocator.h
index 05aff9fdb9e..1ac2f9d55ee 100644
--- a/ACE/ace/Malloc_Allocator.h
+++ b/ACE/ace/Malloc_Allocator.h
@@ -45,7 +45,7 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
* This class uses the new/delete operators to allocate and free up
* memory. Please note that the only methods that are supported are
* <malloc>, <calloc>, and <free>. All other methods are no-ops that
- * return -1 and set <errno> to <ENOTSUP>. If you require this
+ * return -1 and set @c errno to <ENOTSUP>. If you require this
* functionality, please use: ACE_Allocator_Adapter <ACE_Malloc
* <ACE_LOCAL_MEMORY_POOL, MUTEX> >, which will allow you to use the
* added functionality of bind/find/etc. while using the new/delete