Boost logo

Boost-Commit :

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 ? )


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