diff options
Diffstat (limited to 'libbuild2/adhoc-rule-buildscript.cxx')
-rw-r--r-- | libbuild2/adhoc-rule-buildscript.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/adhoc-rule-buildscript.cxx b/libbuild2/adhoc-rule-buildscript.cxx index bd61a23..2cec3f3 100644 --- a/libbuild2/adhoc-rule-buildscript.cxx +++ b/libbuild2/adhoc-rule-buildscript.cxx @@ -1738,8 +1738,8 @@ namespace build2 // With this approach, the way to re-create the default diagnostics would // be: // - // diag <prog> ($>[0]) -> $< - // diag <prog> $< + // diag <prog> ($<[0]) -> $> + // diag <prog> $> // auto i (ns.begin ()), e (ns.end ()); |