diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2022-11-21 22:09:21 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2022-11-21 22:09:33 (GMT) |
commit | 0015cb95de6e2031dfede8b7ab5ab82e1b6c3aea (patch) | |
tree | b40a124deb43e6deafd773c321593f0cd762d7cf /Source/cmGlobalNinjaGenerator.cxx | |
parent | dae70fa7e8f8ca965ea9d587dcdd8cd1446b1884 (diff) | |
download | CMake-0015cb95de6e2031dfede8b7ab5ab82e1b6c3aea.zip CMake-0015cb95de6e2031dfede8b7ab5ab82e1b6c3aea.tar.gz CMake-0015cb95de6e2031dfede8b7ab5ab82e1b6c3aea.tar.bz2 |
cmGlobalNinjaGenerator: fix comment typo
Diffstat (limited to 'Source/cmGlobalNinjaGenerator.cxx')
-rw-r--r-- | Source/cmGlobalNinjaGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalNinjaGenerator.cxx b/Source/cmGlobalNinjaGenerator.cxx index aa1ded0..e334666 100644 --- a/Source/cmGlobalNinjaGenerator.cxx +++ b/Source/cmGlobalNinjaGenerator.cxx @@ -1256,7 +1256,7 @@ void cmGlobalNinjaGenerator::AppendTargetOutputs( cmGeneratorTarget const* target, cmNinjaDeps& outputs, const std::string& config, cmNinjaTargetDepends depends) const { - // for frameworks, we want the real name, not smple name + // for frameworks, we want the real name, not sample name // frameworks always appear versioned, and the build.ninja // will always attempt to manage symbolic links instead // of letting cmOSXBundleGenerator do it. |