diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-01 09:11:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-01 09:11:31 +0200 |
commit | 17b3a78696f0b1fd6f0f60d53ec568cf3b9e32b4 (patch) | |
tree | f54f92e5066e1a97a070af248931316cd76b61c3 /build/bin/rule.cxx | |
parent | 70af0087d8efb3f2f7dc9ffdf2568419913f16da (diff) |
Cleanup group "see through" design
Diffstat (limited to 'build/bin/rule.cxx')
-rw-r--r-- | build/bin/rule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bin/rule.cxx b/build/bin/rule.cxx index d2928ca..0fc0e40 100644 --- a/build/bin/rule.cxx +++ b/build/bin/rule.cxx @@ -34,7 +34,7 @@ namespace build // lib // // The whole logic is pretty much as if we had our two group - // members as prerequisites. + // members as our prerequisites. // match_result lib_rule:: match (action, target& t, const std::string&) const |