diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-25 14:03:55 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-27 20:54:12 (GMT) |
commit | 13a37f5f76eb03e01e9ca225281531233ff0006c (patch) | |
tree | 74ec46044d35f77755e833354aa1b160bc3ef7e9 /Source/cmMakefile.cxx | |
parent | 958508bb1fa8854cfe7bc4386fe83c82fed73e65 (diff) | |
download | CMake-13a37f5f76eb03e01e9ca225281531233ff0006c.zip CMake-13a37f5f76eb03e01e9ca225281531233ff0006c.tar.gz CMake-13a37f5f76eb03e01e9ca225281531233ff0006c.tar.bz2 |
cmMakefile: Fix typo in comment
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r-- | Source/cmMakefile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 0982da1..84ec4fb 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -2174,7 +2174,7 @@ cmMakefile::GetSourceGroup(const std::vector<std::string>&name) const { cmSourceGroup* sg = 0; - // first look for source group starting with the same as the one we wants + // first look for source group starting with the same as the one we want for (std::vector<cmSourceGroup>::const_iterator sgIt = this->SourceGroups.begin(); sgIt != this->SourceGroups.end(); ++sgIt) |