summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-06-11 07:52:30 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-06-11 07:52:30 (GMT)
commitad304a2f7d2861b8127502f056ae4d8d07774c07 (patch)
tree5e5b867b7c8767877bd0fa945b0693182f05d6e6 /Source/cmSystemTools.h
parent08319e071e4b876a8f9c35edf8d73f3c145dff35 (diff)
downloadCMake-ad304a2f7d2861b8127502f056ae4d8d07774c07.zip
CMake-ad304a2f7d2861b8127502f056ae4d8d07774c07.tar.gz
CMake-ad304a2f7d2861b8127502f056ae4d8d07774c07.tar.bz2
cmSystemTools: Fix typo in comment.
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index f5be26b..ec53929 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -274,7 +274,7 @@ public:
static bool GetRunCommandOutput() { return s_DisableRunCommandOutput; }
/**
- * Come constants for different file formats.
+ * Some constants for different file formats.
*/
enum FileFormat {
NO_FILE_FORMAT = 0,