浏览代码

fix comment pb

Sebastien Barre 24 年之前
父节点
当前提交
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);