diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-06-11 07:52:30 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-06-11 07:52:30 (GMT) |
commit | ad304a2f7d2861b8127502f056ae4d8d07774c07 (patch) | |
tree | 5e5b867b7c8767877bd0fa945b0693182f05d6e6 /Source/cmSystemTools.h | |
parent | 08319e071e4b876a8f9c35edf8d73f3c145dff35 (diff) | |
download | CMake-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.h | 2 |
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, |