aboutsummaryrefslogtreecommitdiff
path: root/build2/cxx/compile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cxx/compile.cxx')
-rw-r--r--build2/cxx/compile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cxx/compile.cxx b/build2/cxx/compile.cxx
index 432b485..300fad7 100644
--- a/build2/cxx/compile.cxx
+++ b/build2/cxx/compile.cxx
@@ -851,7 +851,7 @@ namespace build2
i = pm.upper_bound (d);
// Get the greatest less than, if any. We might still not be a
- // sub. Note also that we still have to check the last element is
+ // sub. Note also that we still have to check the last element if
// upper_bound() returned end().
//
if (i == pm.begin () || !d.sub ((--i)->first))