aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/guess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/guess.hxx')
-rw-r--r--build2/cc/guess.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/cc/guess.hxx b/build2/cc/guess.hxx
index 2eaa9d7..e3a4d8c 100644
--- a/build2/cc/guess.hxx
+++ b/build2/cc/guess.hxx
@@ -133,7 +133,7 @@ namespace build2
// unlike all the preceding fields, this one takes into account the
// compile options (e.g., -m32).
//
- // The cc_pattern is the toolchain program pattern that could sometimes be
+ // The pattern is the toolchain program pattern that could sometimes be
// derived for some toolchains. For example, i686-w64-mingw32-*-4.9.
//
// The bin_pattern is the binutils program pattern that could sometimes be
@@ -151,7 +151,7 @@ namespace build2
string signature;
string checksum;
string target;
- string cc_pattern;
+ string pattern;
string bin_pattern;
};