aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libbuild2/cc/compile-rule.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/compile-rule.cxx b/libbuild2/cc/compile-rule.cxx
index d568883..8274a04 100644
--- a/libbuild2/cc/compile-rule.cxx
+++ b/libbuild2/cc/compile-rule.cxx
@@ -5612,7 +5612,7 @@ namespace build2
{
string s (relative (dd).string ());
s.insert (0, "-fmodule-mapper=");
- s += "?@"; // Cookie (aka line prefix).
+ s += "?@"; // Significant line prefix.
stor.push_back (move (s));
}