$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r80086 - trunk/tools/build/v2/engine
From: jurko.gospodnetic_at_[hidden]
Date: 2012-08-19 14:25:32
Author: jurko
Date: 2012-08-19 14:25:31 EDT (Sun, 19 Aug 2012)
New Revision: 80086
URL: http://svn.boost.org/trac/boost/changeset/80086
Log:
Boost Jam code cleanup - minor stylistic comment change.
Text files modified: 
   trunk/tools/build/v2/engine/filent.c |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/tools/build/v2/engine/filent.c
==============================================================================
--- trunk/tools/build/v2/engine/filent.c	(original)
+++ trunk/tools/build/v2/engine/filent.c	2012-08-19 14:25:31 EDT (Sun, 19 Aug 2012)
@@ -86,7 +86,7 @@
     }
 
     /* The following code for collecting information about all files in a folder
-     * needs to be synchronized with how the file_query() operation is
+     * needs to be kept synchronized with how the file_query() operation is
      * implemented (collects information about a single file).
      */
     {
@@ -187,7 +187,7 @@
  * file_query_() - query information about a path from the OS
  *
  * The following code for collecting information about a single file needs to be
- * synchronized with how the file_collect_dir_content_() operation is
+ * kept synchronized with how the file_collect_dir_content_() operation is
  * implemented (collects information about all files in a folder).
  */