diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-09-14 17:42:04 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-09-14 17:42:04 (GMT) |
commit | 14715ce8137ffdcefbb9b23418c19aa5a1ed0407 (patch) | |
tree | f244b42ec00c0e1747d5a4c0d0eacc43b7e47bd1 /Source | |
parent | 243bbae954dcf2213adc0a5adf072c6a15a309e8 (diff) | |
download | CMake-14715ce8137ffdcefbb9b23418c19aa5a1ed0407.zip CMake-14715ce8137ffdcefbb9b23418c19aa5a1ed0407.tar.gz CMake-14715ce8137ffdcefbb9b23418c19aa5a1ed0407.tar.bz2 |
Clarify documentation for if.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmIfCommand.h | 2 |
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" |