2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 13:22:11 +00:00

Corrected a comment typo in Boost Build's main build-system.jam module.

[SVN r48501]
This commit is contained in:
Jurko Gospodnetić
2008-08-31 21:29:00 +00:00
parent 78483280a0
commit 5d8c130d7e

View File

@@ -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 ;