From 14715ce8137ffdcefbb9b23418c19aa5a1ed0407 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 14 Sep 2009 13:42:04 -0400 Subject: [PATCH] Clarify documentation for if. --- Source/cmIfCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmIfCommand.h b/Source/cmIfCommand.h index 243e4fca7..d9dff1753 100644 --- a/Source/cmIfCommand.h +++ b/Source/cmIfCommand.h @@ -176,7 +176,7 @@ public: " if(variable STREQUAL string)\n" " if(string STREQUAL string)\n" "True if the given string or variable's value is lexicographically " - "less (or greater, or equal) than the string on the right.\n" + "less (or greater, or equal) than the string or variable on the right.\n" " if(version1 VERSION_LESS version2)\n" " if(version1 VERSION_EQUAL version2)\n" " if(version1 VERSION_GREATER version2)\n"