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 199d29c..cabdac0 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -65,7 +65,7 @@ public: static void ConvertCygwinPath(std::string& pathname); /** - * Read a CMake rule (or function) from an input file. This + * Read a CMake command (or function) from an input file. This * returns the name of the function and a list of its * arguments. */ |