diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-01-03 23:44:10 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-01-03 23:44:10 +0000 |
commit | 327a72ec6726aebf19f1b66d4e6ff90e5db48b83 (patch) | |
tree | 81b0133fa13fecf9fb88d6c12216bd7603917d80 /ace/Mem_Map.h | |
parent | 5760efabc89a9d6ccbf3f956603906eb195418c8 (diff) | |
download | ATCD-327a72ec6726aebf19f1b66d4e6ff90e5db48b83.tar.gz |
.
Diffstat (limited to 'ace/Mem_Map.h')
-rw-r--r-- | ace/Mem_Map.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Mem_Map.h b/ace/Mem_Map.h index 650137c075b..d7de0ca1011 100644 --- a/ace/Mem_Map.h +++ b/ace/Mem_Map.h @@ -104,7 +104,7 @@ public: int close_filemapping_handle (void); // Close down the internal <file_mapping_> if necessary. This is - // mostly necessary on Win32, that has a different handle for + // mostly necessary on Win32, which has a different handle for // file-mapping kernel object. int operator () (void *&addr); @@ -143,7 +143,7 @@ public: // starting at <addr> up to <len> bytes. int remove (void); - // Close down and remove the file from the file system. + // Close and remove the file from the file system. int advise (int behavior, int len = -1); // Hook into the underlying VM system. |