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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/4138cbbf021355f19b0af81bfd9e0ec0e8466a97

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

commit 4138cbbf021355f19b0af81bfd9e0ec0e8466a97
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 f011ff3..17df6f3 100644
--- a/Debug/Trace.hs
+++ b/Debug/Trace.hs
@@ -48,7 +48,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