Browse Source

cmSystemTools: Fix typo in comment.

Stephen Kelly 12 years ago
parent
commit
ad304a2f7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmSystemTools.h

+ 1 - 1
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,