summaryrefslogtreecommitdiff
path: root/ACE/ace/MEM_SAP.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-15 13:51:31 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-15 13:51:31 +0000
commitef4d0556821999199d16f52b368c4a090902698b (patch)
tree5a7e02c8e07d521fc68afb7e547e7f0cc18af845 /ACE/ace/MEM_SAP.h
parent4c1ec894e4845156036937d1e4dbfcae3fd6f3f3 (diff)
downloadATCD-ef4d0556821999199d16f52b368c4a090902698b.tar.gz
Thu Feb 15 13:50:58 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/MEM_SAP.h')
-rw-r--r--ACE/ace/MEM_SAP.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/MEM_SAP.h b/ACE/ace/MEM_SAP.h
index 01da250e38c..f9b8f1c7d8e 100644
--- a/ACE/ace/MEM_SAP.h
+++ b/ACE/ace/MEM_SAP.h
@@ -110,7 +110,7 @@ public:
const ACE_Time_Value *timeout) = 0;
/**
- * Wait to to @a timeout amount of time to send <buf>. If <send>
+ * Wait to to @a timeout amount of time to send @a buf. If <send>
* times out a -1 is returned with <errno == ETIME>. If it succeeds
* the number of bytes sent is returned. */
virtual ssize_t send_buf (ACE_MEM_SAP_Node *buf,
@@ -121,7 +121,7 @@ public:
/// not initialized.
ACE_MEM_SAP_Node *acquire_buffer (const ssize_t size);
- /// release a buffer pointed by <buf>. Return -1 if the <shm_malloc_>
+ /// release a buffer pointed by @a buf. Return -1 if the <shm_malloc_>
/// is not initialized.
int release_buffer (ACE_MEM_SAP_Node *buf);