diff options
author | Gabor Greif <ggreif@gmail.com> | 2016-11-18 10:57:46 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2016-11-18 10:59:33 +0100 |
commit | d328abc84962dbe16763e6e82418c5bb7a2b8628 (patch) | |
tree | f83b41dc59f386871ee307296a7bd41106b208de /compiler/vectorise | |
parent | 94d1221cfb31188990738e7f7cbb3ae0a30c9f98 (diff) | |
download | haskell-d328abc84962dbe16763e6e82418c5bb7a2b8628.tar.gz |
Spelling in comment only
Diffstat (limited to 'compiler/vectorise')
-rw-r--r-- | compiler/vectorise/Vectorise.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/vectorise/Vectorise.hs b/compiler/vectorise/Vectorise.hs index 70ea2e42b9..49bfeda445 100644 --- a/compiler/vectorise/Vectorise.hs +++ b/compiler/vectorise/Vectorise.hs @@ -70,7 +70,7 @@ vectModule guts@(ModGuts { mg_tcs = tycons cls_vect_decls = [vd | vd@(VectClass _) <- vect_decls] -- Vectorise the type environment. This will add vectorised - -- type constructors, their representaions, and the + -- type constructors, their representations, and the -- conrresponding data constructors. Moreover, we produce -- bindings for dfuns and family instances of the classes -- and type families used in the DPH library to represent |