Sebastien Barre 24 лет назад
Родитель
Сommit
9c3fc67d00
1 измененных файлов с 1 добавлено и 1 удалено
  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();
 }
 
-// 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)
 {
   cmSystemTools::ConvertToWindowsSlashes(path);