summaryrefslogtreecommitdiff
path: root/ACE/ace/MMAP_Memory_Pool.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-03-02 14:59:16 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-03-02 14:59:16 +0100
commit146ff59c1108278f52d0664ebd4dcdd64df132d2 (patch)
tree4027bf5e4f6019ef5cce42363cfba03e8d5bf88a /ACE/ace/MMAP_Memory_Pool.h
parent7dac17d8fc89cad5d5561f395f21e21027bd9994 (diff)
downloadATCD-146ff59c1108278f52d0664ebd4dcdd64df132d2.tar.gz
Documentation changes
* ACE/ace/Dev_Poll_Reactor.h: * ACE/ace/MMAP_Memory_Pool.h: * ACE/ace/Sig_Handler.cpp: * ACE/ace/Sig_Handler.h:
Diffstat (limited to 'ACE/ace/MMAP_Memory_Pool.h')
-rw-r--r--ACE/ace/MMAP_Memory_Pool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/MMAP_Memory_Pool.h b/ACE/ace/MMAP_Memory_Pool.h
index 15af35692c0..70455ba79ec 100644
--- a/ACE/ace/MMAP_Memory_Pool.h
+++ b/ACE/ace/MMAP_Memory_Pool.h
@@ -245,9 +245,9 @@ protected:
* SIGSEGV) will be triggered. At that point, the ACE_Sig_Handler
* (which is part of the ACE_Reactor) will catch the signal and
* dispatch the handle_signal() method defined here. If the SIGSEGV
- * signal occurred due to the fact that the mapping wasn't uptodate
+ * signal occurred due to the fact that the mapping wasn't up to date
* with respect to the backing store, the handler method below will
- * update the mapping accordingly. When the signal handler returns,
+ * update the mapping accordingly. When the signal handler returns,
* the instruction should be restarted and the operation should work.
*/
virtual int handle_signal (int signum, siginfo_t *, ucontext_t *);