summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmIfCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmIfCommand.h b/Source/cmIfCommand.h
index 243e4fc..d9dff17 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"