Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
Ignore-this: 2d39bcca4900e5b72a44286ea9230dc1

darcs-hash:20120126215546-b2b0a-5af45fac51cee70a33a02c5b09e77cb746b097d0.gz
  • Loading branch information
Roman Leshchinskiy committed Jan 26, 2012
1 parent 29cf5fd commit 7cd6836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/Primitive/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7cd6836

Please sign in to comment.