From ed30bfc6c8cdce5f6c53efc8038d29345e64b86f Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Tue, 9 Jul 2002 07:35:39 +0000 Subject: [PATCH] Comment tweak. [SVN r14360] --- new/print.jam | 2 +- v2/util/print.jam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/new/print.jam b/new/print.jam index 0c9674e25..9175a9159 100644 --- a/new/print.jam +++ b/new/print.jam @@ -207,7 +207,7 @@ rule text ( } } -# Outputs the text to the current targets, after word-wrapping it +# Outputs the text to the current targets, after word-wrapping it. rule wrapped-text ( text + ) { local lines = [ split-at-words $(text) ] ; diff --git a/v2/util/print.jam b/v2/util/print.jam index 0c9674e25..9175a9159 100644 --- a/v2/util/print.jam +++ b/v2/util/print.jam @@ -207,7 +207,7 @@ rule text ( } } -# Outputs the text to the current targets, after word-wrapping it +# Outputs the text to the current targets, after word-wrapping it. rule wrapped-text ( text + ) { local lines = [ split-at-words $(text) ] ;