[commit: ghc] master: primops: Fix spelling mistake (9ade087)
git at git.haskell.org
git at git.haskell.org
Tue Jul 21 11:57:31 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/9ade087108afe2eec2698b6ce41146df02524810/ghc
>---------------------------------------------------------------
commit 9ade087108afe2eec2698b6ce41146df02524810
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Jul 21 12:27:28 2015 +0200
primops: Fix spelling mistake
>---------------------------------------------------------------
9ade087108afe2eec2698b6ce41146df02524810
compiler/prelude/primops.txt.pp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/prelude/primops.txt.pp b/compiler/prelude/primops.txt.pp
index 6f870c6..72110fe 100644
--- a/compiler/prelude/primops.txt.pp
+++ b/compiler/prelude/primops.txt.pp
@@ -2457,7 +2457,7 @@ primop AddrToAnyOp "addrToAny#" GenPrimOp
primop MkApUpd0_Op "mkApUpd0#" GenPrimOp
BCO# -> (# a #)
- { Wrap a BCO in a {\tt AP_UPD} thunk which will be updated with the vaule of
+ { Wrap a BCO in a {\tt AP_UPD} thunk which will be updated with the value of
the BCO when evaluated. }
with
out_of_line = True
More information about the ghc-commits
mailing list