$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: jurko.gospodnetic_at_[hidden]
Date: 2008-07-04 02:05:43
Author: jurko
Date: 2008-07-04 02:05:42 EDT (Fri, 04 Jul 2008)
New Revision: 47068
URL: http://svn.boost.org/trac/boost/changeset/47068
Log:
Minor stylistic comment change in the Boost Build tools/common.jam script.
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-04 02:05:42 EDT (Fri, 04 Jul 2008)
@@ -567,7 +567,7 @@
 
 rule MkDir
 {
-    # If dir exists, don't update it. Do this even for $(DOT).
+    # If dir exists, do not update it. Do this even for $(DOT).
     NOUPDATE $(<) ;
 
     if $(<) != $(DOT) && ! $($(<)-mkdir)