summaryrefslogtreecommitdiffstats
path: root/Source/cmEndWhileCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-01-21 14:39:27 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-01-21 14:39:27 (GMT)
commit1bfb3194ec849ccfef6078d78cecc761f0c8377b (patch)
tree09d386ce478bb70a309bec165b34c55dd829ec35 /Source/cmEndWhileCommand.h
parent0c225eb5b969e4f4d93d12dc337927abb25e6878 (diff)
downloadCMake-1bfb3194ec849ccfef6078d78cecc761f0c8377b.zip
CMake-1bfb3194ec849ccfef6078d78cecc761f0c8377b.tar.gz
CMake-1bfb3194ec849ccfef6078d78cecc761f0c8377b.tar.bz2
ENH: added while command
Diffstat (limited to 'Source/cmEndWhileCommand.h')
-rw-r--r--Source/cmEndWhileCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmEndWhileCommand.h b/Source/cmEndWhileCommand.h
index 1f8453e..0b401e7 100644
--- a/Source/cmEndWhileCommand.h
+++ b/Source/cmEndWhileCommand.h
@@ -20,9 +20,9 @@
#include "cmCommand.h"
/** \class cmEndWhileCommand
- * \brief ends an if block
+ * \brief ends a while loop
*
- * cmEndWhileCommand ends an if block
+ * cmEndWhileCommand ends a while loop
*/
class cmEndWhileCommand : public cmCommand
{