Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78629 - trunk/tools/build/v2/tools
From: jurko.gospodnetic_at_[hidden]
Date: 2012-05-25 16:00:51


Author: jurko
Date: 2012-05-25 16:00:51 EDT (Fri, 25 May 2012)
New Revision: 78629
URL: http://svn.boost.org/trac/boost/changeset/78629

Log:
Comment typo correction in the testing.jam Boost Build module.
Text files modified:
   trunk/tools/build/v2/tools/testing.jam | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/tools/build/v2/tools/testing.jam
==============================================================================
--- trunk/tools/build/v2/tools/testing.jam (original)
+++ trunk/tools/build/v2/tools/testing.jam 2012-05-25 16:00:51 EDT (Fri, 25 May 2012)
@@ -556,9 +556,9 @@
 IMPORT testing : record-time : : testing.record-time ;
 
 
-# Calling this rule requests that Boost Build time how long it taks to build the
-# 'source' target and display the results both on the standard output and in the
-# 'target' file.
+# Calling this rule requests that Boost Build time how long it takes to build
+# the 'source' target and display the results both on the standard output and in
+# the 'target' file.
 #
 rule time ( target : source : properties * )
 {


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