diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2001-09-01 20:55:01 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2001-09-01 20:55:01 (GMT) |
commit | 9c3fc67d00a2ec1fe3c7b6563c563e5fd927d8f8 (patch) | |
tree | 19214e4eb9b953488b6da3daa47b42e2f20fcf9d /Source/cmSystemTools.cxx | |
parent | 5ac8ecd9d2d94277c1758791cf863be699ce2ec8 (diff) | |
download | CMake-9c3fc67d00a2ec1fe3c7b6563c563e5fd927d8f8.zip CMake-9c3fc67d00a2ec1fe3c7b6563c563e5fd927d8f8.tar.gz CMake-9c3fc67d00a2ec1fe3c7b6563c563e5fd927d8f8.tar.bz2 |
fix comment pb
Diffstat (limited to 'Source/cmSystemTools.cxx')
-rw-r--r-- | Source/cmSystemTools.cxx | 2 |
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); |