[commit: packages/base] master: Fix a popular typo (b6a8e69)
git at git.haskell.org
git at git.haskell.org
Sat Feb 1 20:24:57 UTC 2014
Repository : ssh://git@git.haskell.org/base
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/b6a8e69e2d60dc3b11142e593e2e9e1458c70acf/base
>---------------------------------------------------------------
commit b6a8e69e2d60dc3b11142e593e2e9e1458c70acf
Author: Gabor Greif <ggreif at gmail.com>
Date: Sat Feb 1 21:24:36 2014 +0100
Fix a popular typo
>---------------------------------------------------------------
b6a8e69e2d60dc3b11142e593e2e9e1458c70acf
GHC/IO/Buffer.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/GHC/IO/Buffer.hs b/GHC/IO/Buffer.hs
index b17e326..e069555 100644
--- a/GHC/IO/Buffer.hs
+++ b/GHC/IO/Buffer.hs
@@ -88,7 +88,7 @@ import Foreign.Storable
-- the Iconv codec, but there are some pieces that are known to be
-- broken. In particular, the built-in codecs
-- e.g. GHC.IO.Encoding.UTF{8,16,32} need to use isFullCharBuffer or
--- similar in place of the ow >= os comparisions.
+-- similar in place of the ow >= os comparisons.
-- ---------------------------------------------------------------------------
-- Raw blocks of data
More information about the ghc-commits
mailing list