$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: jurko.gospodnetic_at_[hidden]
Date: 2008-07-11 18:57:54
Author: jurko
Date: 2008-07-11 18:57:54 EDT (Fri, 11 Jul 2008)
New Revision: 47330
URL: http://svn.boost.org/trac/boost/changeset/47330
Log:
Minor stylistic comment change in the build/v2/tools/common.jam Boost Build module.
Text files modified: 
   trunk/tools/build/v2/tools/common.jam |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/tools/common.jam
==============================================================================
--- trunk/tools/build/v2/tools/common.jam	(original)
+++ trunk/tools/build/v2/tools/common.jam	2008-07-11 18:57:54 EDT (Fri, 11 Jul 2008)
@@ -331,7 +331,7 @@
 # Attempts to find tool (binary) named 'name' in PATH and in 'additional-paths'.
 # If found in PATH, returns 'name' and if found in additional paths, returns
 # absolute name. If the tool is found in several directories, returns the
-# first path found.  Otherwise, returns an empty string. If 'path-last' is
+# first path found. Otherwise, returns an empty string. If 'path-last' is
 # specified, PATH is searched after 'additional-paths'.
 #
 rule find-tool ( name : additional-paths * : path-last ? )