From 327a72ec6726aebf19f1b66d4e6ff90e5db48b83 Mon Sep 17 00:00:00 2001 From: schmidt Date: Sun, 3 Jan 1999 23:44:10 +0000 Subject: . --- ace/Mem_Map.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ace/Mem_Map.h') 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 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 up to 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. -- cgit v1.2.1