From a2a348884b4aebfdd89e39fc73a151ff27d03b83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Mon, 30 Jun 2008 10:50:45 +0000 Subject: [PATCH] Minor stylistic comment change in the Boost Build tools/msvc.jam script. [SVN r46894] --- src/tools/msvc.jam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/msvc.jam b/src/tools/msvc.jam index a79bc54a1..cd277dc95 100644 --- a/src/tools/msvc.jam +++ b/src/tools/msvc.jam @@ -968,9 +968,9 @@ else # Incremental linking a DLL causes no end of problems: if the actual exports -# don't change, the import .lib file is never updated. Therefore, the .lib is +# do not change, the import .lib file is never updated. Therefore, the .lib is # always out-of-date and gets rebuilt every time. I'm not sure that incremental -# linking is such a great idea in general, but in this case I'm sure we don't +# linking is such a great idea in general, but in this case I am sure we do not # want it. # Windows manifest is a new way to specify dependencies on managed DotNet