[commit: packages/containers] cleaned_bugfix394, master, merge-doc-target, merge-fixes-5.9, merge-restrict-fix-5.8, revert-408-bugfix_394: Fix spelling error in comment (383b237)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:41:27 UTC 2017


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

On branches: cleaned_bugfix394,master,merge-doc-target,merge-fixes-5.9,merge-restrict-fix-5.8,revert-408-bugfix_394
Link       : http://git.haskell.org/packages/containers.git/commitdiff/383b237caccbdbc42917c0c2f6dc940ca2030c98

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

commit 383b237caccbdbc42917c0c2f6dc940ca2030c98
Author: David Feuer <David.Feuer at gmail.com>
Date:   Fri May 20 00:03:06 2016 -0400

    Fix spelling error in comment


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

383b237caccbdbc42917c0c2f6dc940ca2030c98
 Data/Sequence.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Data/Sequence.hs b/Data/Sequence.hs
index 0003062..8e7a704 100644
--- a/Data/Sequence.hs
+++ b/Data/Sequence.hs
@@ -2638,7 +2638,7 @@ reverse (Seq xs) = Seq (fmapReverseTree id xs)
 {-# NOINLINE [1] reverse #-}
 
 -- | /O(n)/. Reverse a sequence while mapping over it. This is not
--- currently experted, but is used in rewrite rules.
+-- currently exported, but is used in rewrite rules.
 fmapReverse :: (a -> b) -> Seq a -> Seq b
 fmapReverse f (Seq xs) = Seq (fmapReverseTree (lift_elem f) xs)
   where



More information about the ghc-commits mailing list