summaryrefslogtreecommitdiff
path: root/ACE/ace/Shared_Memory_SV.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-14 08:55:20 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-14 08:55:20 +0000
commit4859c160bb68904929a519aa53c6509bd6796b96 (patch)
tree12c6c35187b4fc9ba9d6b14ad7dd0648a4b70d80 /ACE/ace/Shared_Memory_SV.h
parent7a0e3c20449e6a8ad592bec6cb80eec1e630e907 (diff)
downloadATCD-4859c160bb68904929a519aa53c6509bd6796b96.tar.gz
Wed Feb 14 08:53:58 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Shared_Memory_SV.h')
-rw-r--r--ACE/ace/Shared_Memory_SV.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Shared_Memory_SV.h b/ACE/ace/Shared_Memory_SV.h
index 565d69c14cb..f9097f0b4eb 100644
--- a/ACE/ace/Shared_Memory_SV.h
+++ b/ACE/ace/Shared_Memory_SV.h
@@ -66,7 +66,7 @@ public:
virtual int remove (void);
// = Allocation and deallocation methods.
- /// Create a new chuck of memory containing <size> bytes.
+ /// Create a new chuck of memory containing @a size bytes.
virtual void *malloc (size_t = 0);
/// Free a chuck of memory allocated by <ACE_Shared_Memory_SV::malloc>.