From 60e72d757a044190433d8b59f35e821c36e2a02f 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] --- src/tools/common.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/common.jam b/src/tools/common.jam index fd6650c3d..4946a33bf 100644 --- a/src/tools/common.jam +++ b/src/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)