diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-03-16 15:53:14 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-03-16 15:53:14 (GMT) |
commit | 4102949bf95eee1ce88544fafdf80439aece85b2 (patch) | |
tree | 20905e7c8fe610c661cbad17e59ef659fbffcb90 /Source/cmGlobalGenerator.h | |
parent | fb5d92ea37b6b7cbd9eda84538ce072b90b80b73 (diff) | |
download | CMake-4102949bf95eee1ce88544fafdf80439aece85b2.zip CMake-4102949bf95eee1ce88544fafdf80439aece85b2.tar.gz CMake-4102949bf95eee1ce88544fafdf80439aece85b2.tar.bz2 |
STYLE: minor comment cleanups
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r-- | Source/cmGlobalGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h index e6907b0..5836d72 100644 --- a/Source/cmGlobalGenerator.h +++ b/Source/cmGlobalGenerator.h @@ -169,7 +169,7 @@ public: std::string& dir); protected: - // Fill the m_ProjectMap, this must be called after m_LocalGenerators + // Fill the ProjectMap, this must be called after LocalGenerators // has been populated. void FillProjectMap(); bool IsExcluded(cmLocalGenerator* root, cmLocalGenerator* gen); |