aboutsummaryrefslogtreecommitdiff
path: root/build2/cli
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cli')
-rw-r--r--build2/cli/target.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cli/target.cxx b/build2/cli/target.cxx
index c50c0b4..10aab5e 100644
--- a/build2/cli/target.cxx
+++ b/build2/cli/target.cxx
@@ -55,7 +55,7 @@ namespace build2
// this is to avoid searching for existing files in src_base if the
// buildfile mentions some of them explicitly as prerequisites.
//
- // Also required for the src-out re-mapping logic.
+ // Also required for the src-out remapping logic.
//
targets.insert<cxx::hxx> (d, o, n, trace);
targets.insert<cxx::cxx> (d, o, n, trace);