summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-02-17 10:14:18 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-02-17 10:14:18 (GMT)
commitc0ea4c5c6f79a0e0a808f79abeea4464d05dae03 (patch)
tree5795d877d3e044ebfcdea99e0750d891f00d8402 /Source
parent5e0c73c78c8e0f2fdf23c1e04b14cb656a065811 (diff)
downloadCMake-c0ea4c5c6f79a0e0a808f79abeea4464d05dae03.zip
CMake-c0ea4c5c6f79a0e0a808f79abeea4464d05dae03.tar.gz
CMake-c0ea4c5c6f79a0e0a808f79abeea4464d05dae03.tar.bz2
Makefile: Fix comment indentation.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmMakefileTargetGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefileTargetGenerator.cxx b/Source/cmMakefileTargetGenerator.cxx
index 7f90078..c3ca85d 100644
--- a/Source/cmMakefileTargetGenerator.cxx
+++ b/Source/cmMakefileTargetGenerator.cxx
@@ -344,7 +344,7 @@ void cmMakefileTargetGenerator::WriteTargetLanguageFlags()
// write language flags for target
std::set<cmStdString> languages;
this->Target->GetLanguages(languages);
- // put the compiler in the rules.make file so that if it changes
+ // put the compiler in the rules.make file so that if it changes
// things rebuild
for(std::set<cmStdString>::const_iterator l = languages.begin();
l != languages.end(); ++l)