Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80477 - trunk/libs/interprocess/doc
From: igaztanaga_at_[hidden]
Date: 2012-09-09 15:59:07


Author: igaztanaga
Date: 2012-09-09 15:59:06 EDT (Sun, 09 Sep 2012)
New Revision: 80477
URL: http://svn.boost.org/trac/boost/changeset/80477

Log:
Fixed typos
Text files modified:
   trunk/libs/interprocess/doc/interprocess.qbk | 10 +++++-----
   1 files changed, 5 insertions(+), 5 deletions(-)

Modified: trunk/libs/interprocess/doc/interprocess.qbk
==============================================================================
--- trunk/libs/interprocess/doc/interprocess.qbk (original)
+++ trunk/libs/interprocess/doc/interprocess.qbk 2012-09-09 15:59:06 EDT (Sun, 09 Sep 2012)
@@ -6615,11 +6615,11 @@
 
 [section:notes_windows_com_init COM Initialization]
 
-[*Boost.Interprocess] uses the COM library to implement some features and initializes
-the COM library with concurrency model `COINIT_APARTMENTTHREADED`.
-If the COM library was already initialized by the calling thread for other model, [*Boost.Interprocess]
+[*Boost.Interprocess] uses the Windows COM library to implement some features and initializes
+it with concurrency model `COINIT_APARTMENTTHREADED`.
+If the COM library was already initialized by the calling thread for another concurrency model, [*Boost.Interprocess]
 handles this gracefully and uses COM calls for the already initialized model. If for some reason, you
-might want [*Boost.Interprocess] to initialize the COM library with another model, define the macro
+want [*Boost.Interprocess] to initialize the COM library with another model, define the macro
 `BOOST_INTERPROCESS_WINDOWS_COINIT_MODEL` before including [*Boost.Interprocess] to one of these values:
 
 * `COINIT_APARTMENTTHREADED_BIPC`
@@ -6652,7 +6652,7 @@
 
 The committed address space is the total amount of virtual memory (swap or physical memory/RAM) that the kernel might have to supply
 if all applications decide to access all of the memory they've requested from the kernel.
-By default, Linux allows processes to commmit more virtual memory than available in the system. If that memory is not
+By default, Linux allows processes to commit more virtual memory than available in the system. If that memory is not
 accessed, no physical memory + swap is actually used.
 
 The reason for this behaviour is that Linux tries to optimize memory usage on forked processes; fork() creates a full copy of


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk