From fb4272e816ad949811f9f8b709771c5aeb646d1f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 4 Nov 2020 08:17:58 +0200 Subject: Minor terminology tweak --- libbuild2/cc/compile-rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/cc/compile-rule.cxx') 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)); } -- cgit v1.1