From ae5be2637d4cee4e0dd6e7ff55eaad9b4f36af22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Sun, 31 Aug 2008 21:33:48 +0000 Subject: [PATCH] Minor stylistic comment change in the Boost Build targets.jam module. [SVN r48503] --- v2/build/targets.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/build/targets.jam b/v2/build/targets.jam index d67d1c48b..1bc09feb7 100644 --- a/v2/build/targets.jam +++ b/v2/build/targets.jam @@ -115,7 +115,7 @@ class abstract-target return $(self.project) ; } - # Return the location where the target was declared + # Return the location where the target was declared. rule location ( ) { return $(self.location) ;