[project @ 2003-07-17 08:59:03 by simonmar]
authorsimonmar <unknown>
Thu, 17 Jul 2003 08:59:03 +0000 (08:59 +0000)
committersimonmar <unknown>
Thu, 17 Jul 2003 08:59:03 +0000 (08:59 +0000)
Update comments to match reality.

ghc/compiler/main/SysTools.lhs

index e5fafdd..576761b 100644 (file)
@@ -833,12 +833,8 @@ interpreted a command line 'foo\baz' as 'foobaz'.
 -----------------------------------------------------------------------------
 -- Convert filepath into platform / MSDOS form.
 
--- platformPath does two things
--- a) change '/' to '\'
--- b) remove initial '/cygdrive/'
-
 normalisePath :: String -> String
--- Just change '\' to '/'
+-- Just changes '\' to '/'
 
 pgmPath :: String              -- Directory string in Unix format
        -> String               -- Program name with no directory separators