[commit: base] master: Typo (dd30d2d)
Gabor Greif
ggreif at gmail.com
Mon Feb 25 16:34:28 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/dd30d2daaa973fb4c58de643c3c67c3424b07d7f
>---------------------------------------------------------------
commit dd30d2daaa973fb4c58de643c3c67c3424b07d7f
Author: Gabor Greif <ggreif at gmail.com>
Date: Mon Feb 25 16:32:47 2013 +0100
Typo
>---------------------------------------------------------------
GHC/IO/Encoding/Iconv.hs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/GHC/IO/Encoding/Iconv.hs b/GHC/IO/Encoding/Iconv.hs
index 50cdccb..81bfc62 100644
--- a/GHC/IO/Encoding/Iconv.hs
+++ b/GHC/IO/Encoding/Iconv.hs
@@ -140,7 +140,7 @@ iconvRecode iconv_t
input at Buffer{ bufRaw=iraw, bufL=ir, bufR=iw, bufSize=_ } iscale
output at Buffer{ bufRaw=oraw, bufL=_, bufR=ow, bufSize=os } oscale
= do
- iconv_trace ("haskelChar=" ++ show haskellChar)
+ iconv_trace ("haskellChar=" ++ show haskellChar)
iconv_trace ("iconvRecode before, input=" ++ show (summaryBuffer input))
iconv_trace ("iconvRecode before, output=" ++ show (summaryBuffer output))
withRawBuffer iraw $ \ piraw -> do
More information about the ghc-commits
mailing list