diff options
author | Gabor Greif <ggreif@gmail.com> | 2016-11-14 17:57:09 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2016-11-15 16:11:23 +0100 |
commit | 017d11e0a36866b05ace32ece1af11adf652a619 (patch) | |
tree | 234e1bdb64dec938ec909898ad6ebf001ec10788 /compiler/vectorise/Vectorise.hs | |
parent | 642adec4da8df4ae39b884b30c47284a3c9d0f30 (diff) | |
download | haskell-017d11e0a36866b05ace32ece1af11adf652a619.tar.gz |
Typos in comments, notes and manual
Diffstat (limited to 'compiler/vectorise/Vectorise.hs')
-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 b78db7c6da..70ea2e42b9 100644 --- a/compiler/vectorise/Vectorise.hs +++ b/compiler/vectorise/Vectorise.hs @@ -275,7 +275,7 @@ vectTopBind b@(Rec binds) -- Add a vectorised binding to an imported top-level variable that has a VECTORISE pragma -- in this module. -- --- RESTIRCTION: Currently, we cannot use the pragma for mutually recursive definitions. +-- RESTRICTION: Currently, we cannot use the pragma for mutually recursive definitions. -- vectImpBind :: (Id, CoreExpr) -> VM CoreBind vectImpBind (var, expr) |