[commit: packages/base] master: Minor typo in comment (b5105a7)

git at git.haskell.org git at git.haskell.org
Wed Feb 19 22:22:37 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/b5105a796357b9293698c06e036ae697a83d69bd/base

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

commit b5105a796357b9293698c06e036ae697a83d69bd
Author: Gabor Greif <ggreif at gmail.com>
Date:   Wed Feb 19 23:22:04 2014 +0100

    Minor typo in comment


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

b5105a796357b9293698c06e036ae697a83d69bd
 GHC/Enum.lhs |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GHC/Enum.lhs b/GHC/Enum.lhs
index c8208fa..fe2e6b6 100644
--- a/GHC/Enum.lhs
+++ b/GHC/Enum.lhs
@@ -708,7 +708,7 @@ enumDeltaToIntegerFB c n x delta lim
 -- and also that we have the chance to inline up_fb, which would allow the constuctor to be
 -- inlined and good things to happen.
 -- We do not do it for Int this way because hand-tuned code already exists, and
--- the sepcial case varies more from the general case, due to the issue of overflows.
+-- the special case varies more from the general case, due to the issue of overflows.
 
 {-# NOINLINE [1] enumDeltaToInteger #-}
 enumDeltaToInteger :: Integer -> Integer -> Integer -> [Integer]



More information about the ghc-commits mailing list