diff options
-rw-r--r-- | build2/operation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/operation.cxx b/build2/operation.cxx index ea1e06e..eb96559 100644 --- a/build2/operation.cxx +++ b/build2/operation.cxx @@ -333,7 +333,7 @@ namespace build2 { if (size_t s = skip_count.load (memory_order_relaxed)) { - text << "skipped " << diag_doing (a) << ' ' << s << " target(s)"; + text << "skipped " << diag_doing (a) << ' ' << s << " targets"; } } |