Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78661 - trunk/tools/build/v2/build
From: jurko.gospodnetic_at_[hidden]
Date: 2012-05-26 18:01:53


Author: jurko
Date: 2012-05-26 18:01:52 EDT (Sat, 26 May 2012)
New Revision: 78661
URL: http://svn.boost.org/trac/boost/changeset/78661

Log:
Minor comment typo corrections in Boost Build's generators.jam module.
Text files modified:
   trunk/tools/build/v2/build/generators.jam | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/tools/build/v2/build/generators.jam
==============================================================================
--- trunk/tools/build/v2/build/generators.jam (original)
+++ trunk/tools/build/v2/build/generators.jam 2012-05-26 18:01:52 EDT (Sat, 26 May 2012)
@@ -485,7 +485,7 @@
         {
             # Relative path is always relative to the source
             # directory. Retain it, so that users can have files
- # with the same in two different subdirectories.
+ # with the same name in two different subdirectories.
             name = $(dir)/$(name) ;
         }
         return $(name) ;
@@ -607,7 +607,7 @@
             missing-types = ;
         }
 
- # TODO: we should check that only one source type if create of
+ # TODO: we should check that only one source type is created if
         # 'only-one' is true.
 
         if $(missing-types)


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