From f67be1b0964199c8ec2f78ca2afa11043b4ea1d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Fri, 4 Jul 2008 06:05:42 +0000 Subject: [PATCH] Minor stylistic comment change in the Boost Build tools/common.jam script. [SVN r47068] --- v2/tools/common.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/tools/common.jam b/v2/tools/common.jam index fd6650c3d..4946a33bf 100644 --- a/v2/tools/common.jam +++ b/v2/tools/common.jam @@ -567,7 +567,7 @@ rule file-touch-command ( ) 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)