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/cmLocalVisualStudio7Generator.h | |
parent | fb5d92ea37b6b7cbd9eda84538ce072b90b80b73 (diff) | |
download | CMake-4102949bf95eee1ce88544fafdf80439aece85b2.zip CMake-4102949bf95eee1ce88544fafdf80439aece85b2.tar.gz CMake-4102949bf95eee1ce88544fafdf80439aece85b2.tar.bz2 |
STYLE: minor comment cleanups
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.h b/Source/cmLocalVisualStudio7Generator.h index cc6cd4f..fadf7e7 100644 --- a/Source/cmLocalVisualStudio7Generator.h +++ b/Source/cmLocalVisualStudio7Generator.h @@ -30,7 +30,7 @@ struct cmVS7FlagTable; * \brief Write a LocalUnix makefiles. * * cmLocalVisualStudio7Generator produces a LocalUnix makefile from its - * member m_Makefile. + * member Makefile. */ class cmLocalVisualStudio7Generator : public cmLocalGenerator { |