diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-24 14:54:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-24 14:54:33 +0200 |
commit | 32e45edacfdb7e77e448372bdcea18c782a8c51d (patch) | |
tree | 598e65a90d9a9840fec42ad9c45f0a705f841c38 /build/parser.cxx | |
parent | da2bd25f0867a54a3b797815b24e44a130ac2b11 (diff) |
Cosmetic change
Diffstat (limited to 'build/parser.cxx')
-rw-r--r-- | build/parser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/parser.cxx b/build/parser.cxx index 861c755..03c20d0 100644 --- a/build/parser.cxx +++ b/build/parser.cxx @@ -474,7 +474,7 @@ namespace build // will still be disabled inside the file that set src_root. For // this to work we would need to keep a reference to the value // stored in the variable plus the update would need to update - // the value in place (see value_proxy). + // the value in place. // if (src_root_ == nullptr) { |