From 9c3fc67d00a2ec1fe3c7b6563c563e5fd927d8f8 Mon Sep 17 00:00:00 2001 From: Sebastien Barre Date: Sat, 1 Sep 2001 16:55:01 -0400 Subject: [PATCH] fix comment pb --- Source/cmSystemTools.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx index 4665a482e..22898ade8 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);