diff options
-rw-r--r-- | Source/cmEndWhileCommand.h | 4 |
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 { |