Browse Source

fix comment pb

Sebastien Barre 24 years ago
parent
commit
9c3fc67d00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmSystemTools.cxx

+ 1 - 1
Source/cmSystemTools.cxx

@@ -436,7 +436,7 @@ const char *cmSystemTools::ConvertToWindowsSlashes(std::string& path)
   return path.c_str();
   return path.c_str();
 }
 }
 
 
-// convert Unix slashes / to Windows slashes \ and cleanup double \\
+// convert Unix slashes to Windows slashes and cleanup double slashes
 const char *cmSystemTools::ConvertToWindowsSlashesAndCleanUp(std::string& path)
 const char *cmSystemTools::ConvertToWindowsSlashesAndCleanUp(std::string& path)
 {
 {
   cmSystemTools::ConvertToWindowsSlashes(path);
   cmSystemTools::ConvertToWindowsSlashes(path);