diff options
Diffstat (limited to 'build2/algorithm.cxx')
-rw-r--r-- | build2/algorithm.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/algorithm.cxx b/build2/algorithm.cxx index ce25acf..1b19fe5 100644 --- a/build2/algorithm.cxx +++ b/build2/algorithm.cxx @@ -21,8 +21,8 @@ namespace build2 target& search (const prerequisite_key& pk) { - // If this is a project-qualified prerequisite, then this - // is import's business. + // If this is a project-qualified prerequisite, then this is import's + // business. // if (pk.proj != nullptr) return import (pk); |