summaryrefslogtreecommitdiff
path: root/ace/ACE.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/ACE.h')
-rw-r--r--ace/ACE.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/ACE.h b/ace/ACE.h
index 88b74211d55..f28e1f6745f 100644
--- a/ace/ACE.h
+++ b/ace/ACE.h
@@ -701,9 +701,9 @@ private:
// non-blocking status of <handle>).
static u_int init_fini_count_;
- // Counter to match init ()/fini () calls. init () must increment
- // it; fini () must decrement it. fini () then does nothing until
- // it reaches 0.
+ // Counter to match <init>/<fini> calls. <init> must increment it;
+ // <fini> must decrement it. <fini> then does nothing until it
+ // reaches 0.
static size_t pagesize_;
// Size of a VM page.