summaryrefslogtreecommitdiff
path: root/ace/Synch.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-04-16 10:02:20 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-04-16 10:02:20 +0000
commit26c63225a7e3f80fb238c906d71e94e2251a74e8 (patch)
tree933307298b561d15f4caf710c7c7e853431338a2 /ace/Synch.h
parent358ae8fcecd3f5cbfb1ac32b267f8803df4ec94d (diff)
downloadATCD-26c63225a7e3f80fb238c906d71e94e2251a74e8.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Synch.h')
-rw-r--r--ace/Synch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Synch.h b/ace/Synch.h
index 1e605c23526..2af4bd0c27c 100644
--- a/ace/Synch.h
+++ b/ace/Synch.h
@@ -130,12 +130,12 @@ public:
// Conditionally acquire a read lock (i.e., won't block).
ACE_HANDLE get_handle (void);
- // Get underlying <ACE_HANDLE>.
+ // Get underlying <ACE_HANDLE> for the file.
void set_handle (ACE_HANDLE);
// Set underlying <ACE_HANDLE>. Note that this method assumes
// ownership of the <handle> and will close it down in <remove>. If
- // you want the <handle> stays open when <remove> is called make
+ // you want the <handle> to stay open when <remove> is called make
// sure to call <dup> on the <handle> before closing it.
void dump (void) const;