aboutsummaryrefslogtreecommitdiff
path: root/build2/operation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/operation.cxx')
-rw-r--r--build2/operation.cxx2
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";
}
}