2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Minor stylistic comment change in the Boost Build targets.jam module.

[SVN r48503]
This commit is contained in:
Jurko Gospodnetić
2008-08-31 21:33:48 +00:00
parent 8dd8f437c6
commit ae5be2637d

View File

@@ -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) ;