From 1bfb3194ec849ccfef6078d78cecc761f0c8377b Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Fri, 21 Jan 2005 09:39:27 -0500 Subject: [PATCH] ENH: added while command --- Source/cmEndWhileCommand.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {