summaryrefslogtreecommitdiff
path: root/libraries/base/Debug
diff options
context:
space:
mode:
authorsimonmar <unknown>2005-02-02 15:30:09 +0000
committersimonmar <unknown>2005-02-02 15:30:09 +0000
commitde37eee65aa0f7de0be27edc6801d705f61eb8c5 (patch)
treeb66aa2fa446188c559155c49bf4aa301128dac03 /libraries/base/Debug
parenta2575928b9ff24e0281832169f97634271d7685b (diff)
downloadhaskell-de37eee65aa0f7de0be27edc6801d705f61eb8c5.tar.gz
[project @ 2005-02-02 15:28:49 by simonmar]
doc fix
Diffstat (limited to 'libraries/base/Debug')
-rw-r--r--libraries/base/Debug/Trace.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/Debug/Trace.hs b/libraries/base/Debug/Trace.hs
index 3e369f5e18..84de4d6b1b 100644
--- a/libraries/base/Debug/Trace.hs
+++ b/libraries/base/Debug/Trace.hs
@@ -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 ()