File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ class MVector (Mutable v) a => Vector v a where
145
145
--
146
146
-- > elemseq v x y = (singleton x `asTypeOf` v) `seq` y
147
147
--
148
- -- Default defintion : @a@ is not evaluated at all.
148
+ -- Default definition : @a@ is not evaluated at all.
149
149
elemseq :: v a -> a -> b -> b
150
150
151
151
{-# INLINE elemseq #-}
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ storableSetAsPrim n fp x _y = unsafeWithForeignPtr fp $ \ ptr -> do
248
248
249
249
{-
250
250
AFTER primitive 0.7 is pretty old, move to using setPtr. which is really
251
- a confusing misnomer for whats often called memset (intialize )
251
+ a confusing misnomer for what's often called memset (initialize )
252
252
-}
253
253
-- Fill a memory block with the given value. The length is in
254
254
-- elements of type @a@ rather than in bytes.
You can’t perform that action at this time.
0 commit comments