summaryrefslogtreecommitdiff
path: root/ace/Map_Manager.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-04-09 09:15:15 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-04-09 09:15:15 +0000
commitaf128a3939de2eb9357fb7af01d4368780d9d542 (patch)
treece73734961c8345b486f105fd93ae4e84f43256a /ace/Map_Manager.h
parentf0c080fdc364d753e4858872160be9e46c9c72ee (diff)
downloadATCD-af128a3939de2eb9357fb7af01d4368780d9d542.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Map_Manager.h')
-rw-r--r--ace/Map_Manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Map_Manager.h b/ace/Map_Manager.h
index bbc7ba71010..11e388dd5bb 100644
--- a/ace/Map_Manager.h
+++ b/ace/Map_Manager.h
@@ -123,7 +123,7 @@ public:
int find (const EXT_ID &ext_id, INT_ID &int_id);
// Locate <ext_id> and pass out parameter via <int_id>. If found,
- // return 0, returns -1 if failure occurs.
+ // return 0, returns -1 if not found.
int find (const EXT_ID &ext_id);
// Returns 0 if the <ext_id> is in the mapping, otherwise -1.