diff options
author | Gabor Greif <ggreif@gmail.com> | 2014-02-19 23:22:04 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2014-02-19 23:22:04 +0100 |
commit | 90f83fa0eb25ac06f64e36ab0d13d217da91b79c (patch) | |
tree | ba6a002a321a7315d7b3b4f044f1e424b37d13d4 /libraries/base | |
parent | 124e5682ea1ebda7741611f9f2e06abd79b69112 (diff) | |
download | haskell-90f83fa0eb25ac06f64e36ab0d13d217da91b79c.tar.gz |
Minor typo in comment
Diffstat (limited to 'libraries/base')
-rw-r--r-- | libraries/base/GHC/Enum.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/Enum.lhs b/libraries/base/GHC/Enum.lhs index c8208facfa..fe2e6b6a71 100644 --- a/libraries/base/GHC/Enum.lhs +++ b/libraries/base/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] |