summaryrefslogtreecommitdiff
path: root/ace/Malloc_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Malloc_T.h')
-rw-r--r--ace/Malloc_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Malloc_T.h b/ace/Malloc_T.h
index 4c49896d923..b41afe45986 100644
--- a/ace/Malloc_T.h
+++ b/ace/Malloc_T.h
@@ -163,10 +163,10 @@ public:
virtual int find (const char *name, void *&pointer);
// Locate <name> and pass out parameter via pointer. If found,
- // return 0, Returns -1 if failure occurs.
+ // return 0, Returns -1 if <name> isn't found.
virtual int find (const char *name);
- // returns 0 if the name is in the mapping. -1, otherwise.
+ // Returns 0 if the name is in the mapping and -1 if not.
virtual int unbind (const char *name);
// Unbind (remove) the name from the map. Don't return the pointer