summaryrefslogtreecommitdiff
path: root/ACE/ace/File_Lock.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-07-12 10:11:24 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-07-12 10:11:24 +0000
commita42c1dff5ec1d5814acb5760f6be86b1bedf7a8d (patch)
tree74899f973f0ae89e60d0d6794c9b08ca05f314b7 /ACE/ace/File_Lock.h
parent6ef8e953c0e2771df6a24dfc3e4770b18f030ec3 (diff)
downloadATCD-a42c1dff5ec1d5814acb5760f6be86b1bedf7a8d.tar.gz
Mon Jul 12 10:11:24 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/DLL.h: * ace/DLL_Manager.h: * ace/Dirent.h: * ace/Dump_T.h: * ace/Event_Handler.h: * ace/File_Lock.h: * ace/INET_Addr.h: * ace/Log_Msg_Callback.h: * ace/Log_Record.h: * ace/Logging_Strategy.h: Fixed set of doxygen warnings
Diffstat (limited to 'ACE/ace/File_Lock.h')
-rw-r--r--ACE/ace/File_Lock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/File_Lock.h b/ACE/ace/File_Lock.h
index 6d94269a909..c7b12a6c302 100644
--- a/ACE/ace/File_Lock.h
+++ b/ACE/ace/File_Lock.h
@@ -69,7 +69,7 @@ public:
/**
* Note, for interface uniformity with other synchronization
- * wrappers we include the <acquire> method. This is implemented as
+ * wrappers we include the acquire() method. This is implemented as
* a write-lock to be on the safe-side...
*/
int acquire (short whence = 0, ACE_OFF_T start = 0, ACE_OFF_T len = 1);