diff --git a/Source/cmEndWhileCommand.h b/Source/cmEndWhileCommand.h index 1f8453e32..0b401e79f 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 {