diff options
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index 75c53d3..08b6ee1 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -196,7 +196,7 @@ public: * not the same as !IsOn(...) because there are a number of * ambiguous values such as "/usr/local/bin" a path will result in * IsON and IsOff both returning false. Note that the special path - * NOTFOUND will cause IsOff to return true. + * NOTFOUND or IGNORE will cause IsOff to return true. */ static bool IsOff(const char* val); |