summaryrefslogtreecommitdiff
path: root/ace/Filecache.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-31 22:18:20 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-31 22:18:20 +0000
commit6d4337a975f11f01dcfd9b827be431fba0280768 (patch)
treea49c98ad0d34bcb5a87c9f7fb1a256c7bf4df6dd /ace/Filecache.h
parentfaed5414aa90953190faaaacc4051b5f13d94dc1 (diff)
downloadATCD-6d4337a975f11f01dcfd9b827be431fba0280768.tar.gz
ChangeLogTag:Sat Jul 31 12:07:48 1999 Douglas C. Schmidt <schmidt@mambo.cs.wustl.edu>
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_;
};