Fix comment: maperrno is in Win32Utils.c, not runProcess.c
authorIan Lynagh <igloo@earth.li>
Wed, 23 May 2007 18:13:31 +0000 (18:13 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 23 May 2007 18:13:31 +0000 (18:13 +0000)
GHC/Conc.lhs

index d6fdd4f..55da1ac 100644 (file)
@@ -858,7 +858,7 @@ foreign import ccall unsafe "readIOManagerEvent" -- in the RTS (ThrIOManager.c)
 foreign import ccall unsafe "sendIOManagerEvent" -- in the RTS (ThrIOManager.c)
   c_sendIOManagerEvent :: Word32 -> IO ()
 
-foreign import ccall unsafe "maperrno"             -- in runProcess.c
+foreign import ccall unsafe "maperrno"             -- in Win32Utils.c
    c_maperrno :: IO ()
 
 foreign import stdcall "WaitForSingleObject"