summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2001-09-01 20:55:01 (GMT)
committerSebastien Barre <sebastien.barre@kitware.com>2001-09-01 20:55:01 (GMT)
commit9c3fc67d00a2ec1fe3c7b6563c563e5fd927d8f8 (patch)
tree19214e4eb9b953488b6da3daa47b42e2f20fcf9d /Source/cmSystemTools.cxx
parent5ac8ecd9d2d94277c1758791cf863be699ce2ec8 (diff)
downloadCMake-9c3fc67d00a2ec1fe3c7b6563c563e5fd927d8f8.zip
CMake-9c3fc67d00a2ec1fe3c7b6563c563e5fd927d8f8.tar.gz
CMake-9c3fc67d00a2ec1fe3c7b6563c563e5fd927d8f8.tar.bz2
fix comment pb
Diffstat (limited to 'Source/cmSystemTools.cxx')
-rw-r--r--Source/cmSystemTools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx
index 4665a48..22898ad 100644
--- a/Source/cmSystemTools.cxx
+++ b/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);