$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: jurko.gospodnetic_at_[hidden]
Date: 2008-08-31 17:33:49
Author: jurko
Date: 2008-08-31 17:33:48 EDT (Sun, 31 Aug 2008)
New Revision: 48503
URL: http://svn.boost.org/trac/boost/changeset/48503
Log:
Minor stylistic comment change in the Boost Build targets.jam module.
Text files modified: 
   trunk/tools/build/v2/build/targets.jam |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/build/targets.jam
==============================================================================
--- trunk/tools/build/v2/build/targets.jam	(original)
+++ trunk/tools/build/v2/build/targets.jam	2008-08-31 17:33:48 EDT (Sun, 31 Aug 2008)
@@ -115,7 +115,7 @@
         return $(self.project) ;
     }
 
-    # Return the location where the target was declared
+    # Return the location where the target was declared.
     rule location ( )
     {
         return $(self.location) ;