Repository : ssh://darcs.haskell.org//srv/darcs/packages/base

On branch  : ghc-7.4

http://hackage.haskell.org/trac/ghc/changeset/51550253fd7ec522fdcc71e391837a6688bda6e2

>---------------------------------------------------------------

commit 51550253fd7ec522fdcc71e391837a6688bda6e2
Author: Ian Lynagh <[email protected]>
Date:   Thu Dec 15 20:23:39 2011 +0000

    Fix typo

>---------------------------------------------------------------

 Debug/Trace.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Debug/Trace.hs b/Debug/Trace.hs
index 721ada1..4400c6c 100644
--- a/Debug/Trace.hs
+++ b/Debug/Trace.hs
@@ -51,7 +51,7 @@ import System.IO (hPutStrLn,stderr)
 -- $tracing
 --
 -- The 'trace', 'traceShow' and 'traceIO' functions print messages to an output
--- stream. They are intended for \"prinf debugging\", that is: tracing the flow
+-- stream. They are intended for \"printf debugging\", that is: tracing the 
flow
 -- of execution and printing interesting values.
 
 -- The usual output stream is 'System.IO.stderr'. For Windows GUI applications



_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to