diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-11-04 08:17:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-11-04 08:17:58 +0200 |
commit | fb4272e816ad949811f9f8b709771c5aeb646d1f (patch) | |
tree | 377092dc3b946477988ed9178e1d08f49cb24073 | |
parent | a1d00de1408b36b6b68d18d1c1e1fba7df1add49 (diff) |
Minor terminology tweak
-rw-r--r-- | libbuild2/cc/compile-rule.cxx | 2 |
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)); } |