From 5d8c130d7e8d8ef2d902a8aa00eb67bf390e7b3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Sun, 31 Aug 2008 21:29:00 +0000 Subject: [PATCH] Corrected a comment typo in Boost Build's main build-system.jam module. [SVN r48501] --- v2/build-system.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/build-system.jam b/v2/build-system.jam index 2b025d161..a0f90a31a 100644 --- a/v2/build-system.jam +++ b/v2/build-system.jam @@ -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 ;