$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r71096 - trunk/boost/wave
From: hartmut.kaiser_at_[hidden]
Date: 2011-04-07 20:06:17
Author: hkaiser
Date: 2011-04-07 20:06:15 EDT (Thu, 07 Apr 2011)
New Revision: 71096
URL: http://svn.boost.org/trac/boost/changeset/71096
Log:
Wave: comment fix
Text files modified: 
   trunk/boost/wave/preprocessing_hooks.hpp |     3 +--                                     
   1 files changed, 1 insertions(+), 2 deletions(-)
Modified: trunk/boost/wave/preprocessing_hooks.hpp
==============================================================================
--- trunk/boost/wave/preprocessing_hooks.hpp	(original)
+++ trunk/boost/wave/preprocessing_hooks.hpp	2011-04-07 20:06:15 EDT (Thu, 07 Apr 2011)
@@ -198,8 +198,7 @@
     //  The parameter 'native_name' on return is expected to hold the unique 
     //  full file name of the located file.
     //
-    //  The return value defines whether the found file will be included 
-    //  (return false) or will be skipped (return true).
+    //  The return value defines whether the file was located successfully.
     //
     ///////////////////////////////////////////////////////////////////////////
     template <typename ContextT>