summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmNinjaNormalTargetGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmNinjaNormalTargetGenerator.cxx b/Source/cmNinjaNormalTargetGenerator.cxx
index 19f0342..265b28a 100644
--- a/Source/cmNinjaNormalTargetGenerator.cxx
+++ b/Source/cmNinjaNormalTargetGenerator.cxx
@@ -440,7 +440,7 @@ void cmNinjaNormalTargetGenerator::WriteLinkStatement()
// so we need a plain target name in the rule available.
// TODO: Makefile generator could use <TARGET> because it expands
// to the plain target name, here it expands to a relative path.
- // This difference could make trouble when switching to Ninja generator.
+ // This difference could make trouble when switching to Ninja generator.
vars["TARGET_PDB"] = std::string(this->GetTarget()->GetName());
}