Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84425 - trunk/boost/interprocess/detail
From: igaztanaga_at_[hidden]
Date: 2013-05-22 15:01:20


Author: igaztanaga
Date: 2013-05-22 15:01:19 EDT (Wed, 22 May 2013)
New Revision: 84425
URL: http://svn.boost.org/trac/boost/changeset/84425

Log:
Comment correction
Text files modified:
   trunk/boost/interprocess/detail/win32_api.hpp | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/boost/interprocess/detail/win32_api.hpp
==============================================================================
--- trunk/boost/interprocess/detail/win32_api.hpp (original)
+++ trunk/boost/interprocess/detail/win32_api.hpp 2013-05-22 15:01:19 EDT (Wed, 22 May 2013)
@@ -1953,8 +1953,8 @@
 
 #else
 
-// Loop through the buffer and print the contents of each record
-// in the buffer.
+// Loop through the buffer and obtain the contents of the
+// requested record in the buffer.
 inline bool find_record_in_buffer( const void* pBuffer, unsigned long dwBytesRead, const char *provider_name
                                  , unsigned int id_to_find, interprocess_eventlogrecord *&pevent_log_record)
 {


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