$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: jurko.gospodnetic_at_[hidden]
Date: 2008-06-17 13:47:49
Author: jurko
Date: 2008-06-17 13:47:48 EDT (Tue, 17 Jun 2008)
New Revision: 46455
URL: http://svn.boost.org/trac/boost/changeset/46455
Log:
Minor stylistic comment change in Boost Build's util/path.jam module.
Text files modified:
trunk/tools/build/v2/util/path.jam | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/util/path.jam
==============================================================================
--- trunk/tools/build/v2/util/path.jam (original)
+++ trunk/tools/build/v2/util/path.jam 2008-06-17 13:47:48 EDT (Tue, 17 Jun 2008)
@@ -194,7 +194,7 @@
}
-# If 'path' is relative, it is rooted at 'root'. Otherwise, it's unchanged.
+# If 'path' is relative, it is rooted at 'root'. Otherwise, it is unchanged.
#
rule root ( path root )
{