[commit: packages/binary] ghc-head: Typo. (b014403)

git at git.haskell.org git at git.haskell.org
Fri Aug 30 15:20:25 CEST 2013


Repository : ssh://git@git.haskell.org/binary

On branch  : ghc-head
Link       : http://git.haskell.org/?p=packages/binary.git;a=commit;h=b0144031aaef4347b4ca1646262bd060bc95b271

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

commit b0144031aaef4347b4ca1646262bd060bc95b271
Author: Lennart Kolmodin <kolmodin at gmail.com>
Date:   Sat Mar 2 18:54:47 2013 +0400

    Typo.


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

b0144031aaef4347b4ca1646262bd060bc95b271
 src/Data/Binary/Get/Internal.hs |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Data/Binary/Get/Internal.hs b/src/Data/Binary/Get/Internal.hs
index 3108289..53346cc 100644
--- a/src/Data/Binary/Get/Internal.hs
+++ b/src/Data/Binary/Get/Internal.hs
@@ -58,7 +58,7 @@ import GHC.Base
 -- rare, as the RTS should only wake you up if you actually have some data
 -- to read from your fd.
 
--- | A decoder procuced by running a 'Get' monad.
+-- | A decoder produced by running a 'Get' monad.
 data Decoder a = Fail !B.ByteString String
               -- ^ The decoder ran into an error. The decoder either used
               -- 'fail' or was not provided enough input.





More information about the ghc-commits mailing list