[project @ 2005-02-02 15:28:49 by simonmar]
[ghc-base.git] / Debug / Trace.hs
index 3e369f5..84de4d6 100644 (file)
@@ -28,7 +28,7 @@ import System.IO (hPutStrLn,stderr)
 #endif
 
 -- | 'putTraceMsg' function outputs the trace message from IO monad.
--- Usually the output stream is 'stderr' but if the function is called
+-- Usually the output stream is 'System.IO.stderr' but if the function is called
 -- from Windows GUI application then the output will be directed to the Windows
 -- debug console.
 putTraceMsg :: String -> IO ()