diff options
Diffstat (limited to 'libbuild2/target.cxx')
-rw-r--r-- | libbuild2/target.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/target.cxx b/libbuild2/target.cxx index b9cfea7..b65a4fa 100644 --- a/libbuild2/target.cxx +++ b/libbuild2/target.cxx @@ -1073,7 +1073,7 @@ namespace build2 bool search) { // If we are searching for an executable that is not a target, then use - // the build machine executable extension. Otherwise, if this is a target, + // the host machine executable extension. Otherwise, if this is a target, // then we expect the rule to supply the target machine extension. But if // it doesn't, then fallback to no extension (e.g., a script). // |