$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: jurko.gospodnetic_at_[hidden]
Date: 2008-08-31 17:29:00
Author: jurko
Date: 2008-08-31 17:29:00 EDT (Sun, 31 Aug 2008)
New Revision: 48501
URL: http://svn.boost.org/trac/boost/changeset/48501
Log:
Corrected a comment typo in Boost Build's main build-system.jam module.
Text files modified:
trunk/tools/build/v2/build-system.jam | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/build-system.jam
==============================================================================
--- trunk/tools/build/v2/build-system.jam (original)
+++ trunk/tools/build/v2/build-system.jam 2008-08-31 17:29:00 EDT (Sun, 31 Aug 2008)
@@ -5,7 +5,7 @@
# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
# This file is part of Boost Build version 2. You can think of it as forming the
-# the main() routine. It is invoked by the bootstrapping code in bootstrap.jam.
+# main() routine. It is invoked by the bootstrapping code in bootstrap.jam.
import build-request ;
import builtin ;