Repository : ssh://g...@git.haskell.org/primitive On branch : ghc-head Link : http://git.haskell.org/packages/primitive.git/commitdiff/59d9c6471e51adc51e69ee0e60eb9776af9980ff
>--------------------------------------------------------------- commit 59d9c6471e51adc51e69ee0e60eb9776af9980ff Author: Roman Leshchinskiy <r...@cse.unsw.edu.au> Date: Thu Jan 26 15:55:46 2012 -0700 Fix comment >--------------------------------------------------------------- 59d9c6471e51adc51e69ee0e60eb9776af9980ff Data/Primitive/Types.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/Primitive/Types.hs b/Data/Primitive/Types.hs index 4c84d93..175d43f 100644 --- a/Data/Primitive/Types.hs +++ b/Data/Primitive/Types.hs @@ -82,7 +82,7 @@ class Prim a where writeByteArray# :: MutableByteArray# s -> Int# -> a -> State# s -> State# s -- | Fill a slice of the mutable array with a value. The offset and length - -- of the chunk is in elements of type @a@ rather than in bytes. + -- of the chunk are in elements of type @a@ rather than in bytes. setByteArray# :: MutableByteArray# s -> Int# -> Int# -> a -> State# s -> State# s -- | Read a value from a memory position given by an address and an offset. _______________________________________________ ghc-commits mailing list ghc-commits@haskell.org http://www.haskell.org/mailman/listinfo/ghc-commits