Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76117 - trunk/boost/interprocess/ipc
From: igaztanaga_at_[hidden]
Date: 2011-12-23 08:33:06


Author: igaztanaga
Date: 2011-12-23 08:33:05 EST (Fri, 23 Dec 2011)
New Revision: 76117
URL: http://svn.boost.org/trac/boost/changeset/76117

Log:
Bug #5772
Text files modified:
   trunk/boost/interprocess/ipc/message_queue.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/interprocess/ipc/message_queue.hpp
==============================================================================
--- trunk/boost/interprocess/ipc/message_queue.hpp (original)
+++ trunk/boost/interprocess/ipc/message_queue.hpp 2011-12-23 08:33:05 EST (Fri, 23 Dec 2011)
@@ -80,7 +80,7 @@
                  const permissions &perm = permissions());
 
    //!Opens a previously created process shared message queue with name "name".
- //!If the was not previously created or there are no free resources,
+ //!If the queue was not previously created or there are no free resources,
    //!throws an error.
    message_queue_t(open_only_t open_only,
                  const char *name);


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