summaryrefslogtreecommitdiff
path: root/Source/cmNinjaTargetGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-11-03 10:06:23 -0400
committerBrad King <brad.king@kitware.com>2021-11-03 10:08:47 -0400
commitbd36735f65b3f2c87f7510a7474ac2cd5f98084c (patch)
tree663965fa837a0091a2f24801fdfaf840b1b77a06 /Source/cmNinjaTargetGenerator.cxx
parent1cf99f66c79e6806aa6774f24918a2a15c385725 (diff)
downloadcmake-bd36735f65b3f2c87f7510a7474ac2cd5f98084c.tar.gz
cmNinjaTargetGenerator: Replace "their" with "there" in comment
Diffstat (limited to 'Source/cmNinjaTargetGenerator.cxx')
-rw-r--r--Source/cmNinjaTargetGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmNinjaTargetGenerator.cxx b/Source/cmNinjaTargetGenerator.cxx
index 57fc020abb..57657b1c7d 100644
--- a/Source/cmNinjaTargetGenerator.cxx
+++ b/Source/cmNinjaTargetGenerator.cxx
@@ -1749,7 +1749,7 @@ void cmNinjaTargetGenerator::EnsureDirectoryExists(
} else {
cmGlobalNinjaGenerator* gg = this->GetGlobalGenerator();
std::string fullPath = gg->GetCMakeInstance()->GetHomeOutputDirectory();
- // Also ensures their is a trailing slash.
+ // Also ensures there is a trailing slash.
gg->StripNinjaOutputPathPrefixAsSuffix(fullPath);
fullPath += path;
cmSystemTools::MakeDirectory(fullPath);