summaryrefslogtreecommitdiff
path: root/ACE/ace/SV_Semaphore_Simple.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2013-09-03 13:11:59 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2013-09-03 13:11:59 +0000
commitb35ced72daafc9ff5b3bb68317a7de7074facbee (patch)
treedad385945c3cf93c90f5f056b84df28501a3cfa7 /ACE/ace/SV_Semaphore_Simple.h
parent3412d60d711c1ce3041372ec8f87852708668fa3 (diff)
downloadATCD-b35ced72daafc9ff5b3bb68317a7de7074facbee.tar.gz
Tue Sep 3 13:12:23 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/SV_Semaphore_Complex.h: * ace/SV_Semaphore_Simple.h: Doxygen fixes
Diffstat (limited to 'ACE/ace/SV_Semaphore_Simple.h')
-rw-r--r--ACE/ace/SV_Semaphore_Simple.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/SV_Semaphore_Simple.h b/ACE/ace/SV_Semaphore_Simple.h
index 42dbc7c906b..fdc3cf83a30 100644
--- a/ACE/ace/SV_Semaphore_Simple.h
+++ b/ACE/ace/SV_Semaphore_Simple.h
@@ -110,7 +110,7 @@ public:
* call is intended to be called from a server, for example, when it
* is being shut down, as we do an IPC_RMID on the ACE_SV_Semaphore,
* regardless of whether other processes may be using it or not.
- * Most other processes should use <close> below.
+ * Most other processes should use close() below.
*/
int remove (void) const;