cmMakefile: Fix typo in comment

This commit is contained in:
Stephen Kelly 2015-10-25 15:03:55 +01:00
parent 958508bb1f
commit 13a37f5f76
1 changed files with 1 additions and 1 deletions

View File

@ -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)