summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2002-06-12 13:54:49 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2002-06-12 13:54:49 +0000
commit6f9b4cdf3b015994cd99bb7a4061c8865dbd27cc (patch)
tree59178601ff2ba0bec2531d9a191ba7a34cc269ea
parenta1eefdc85f820335856f18e24caf2c0e46650090 (diff)
downloadATCD-6f9b4cdf3b015994cd99bb7a4061c8865dbd27cc.tar.gz
ChangeLogTag:Tue Jun 11 10:23:03 2002 Stephen Torri <storri@cs.wustl.edu>
-rw-r--r--ace/Memory_Pool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Memory_Pool.h b/ace/Memory_Pool.h
index 2965baf12d1..d5691f99b94 100644
--- a/ace/Memory_Pool.h
+++ b/ace/Memory_Pool.h
@@ -154,8 +154,8 @@ public:
* (shmget(2) etc.). This implementation allows memory to be
* shared between processes. If your platform doesn't support
* System V shared memory (e.g., Win32 and many RTOS platforms
- * do not) then you should use ACE_MMAP_Memory_Pool instead of this
- * class. In fact, you should probably use ACE_MMAP_Memory_Pool on
+ * do not) then you should use <ACE_MMAP_Memory_Pool> instead of this
+ * class. In fact, you should probably use <ACE_MMAP_Memory_Pool> on
* platforms that *do* support System V shared memory since it
* provides more powerful features, such as persistent backing store
* and greatly scalability.