summaryrefslogtreecommitdiff
path: root/ace/Filecache.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Filecache.h')
-rw-r--r--ace/Filecache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Filecache.h b/ace/Filecache.h
index 8a392c6f290..ff5f8194d47 100644
--- a/ace/Filecache.h
+++ b/ace/Filecache.h
@@ -143,7 +143,7 @@ private:
// A reference to the low level instance.
ACE_HANDLE handle_;
- // A dup()'d version of the one from this->file_.
+ // A <dup>'d version of the one from <file_>.
int mapit_;
};