Ken Martin 21 лет назад
Родитель
Сommit
1bfb3194ec
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Source/cmEndWhileCommand.h

+ 2 - 2
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
 {