Repository : http://darcs.haskell.org/ghc.git/
On branch : master https://github.com/ghc/ghc/commit/f6e9d4fce344e3a6e12ba4011aab0d1bd0a7a48e >--------------------------------------------------------------- commit f6e9d4fce344e3a6e12ba4011aab0d1bd0a7a48e Author: Gabor Greif <ggr...@gmail.com> Date: Thu Jul 11 22:47:03 2013 +0200 Fix typo in description >--------------------------------------------------------------- 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 e5a3e21..129d17b 100644 --- a/compiler/prelude/primops.txt.pp +++ b/compiler/prelude/primops.txt.pp @@ -1729,7 +1729,7 @@ primop AtomicReadMVarOp "atomicReadMVar#" GenPrimOp primop TryAtomicReadMVarOp "tryAtomicReadMVar#" GenPrimOp MVar# s a -> State# s -> (# State# s, Int#, a #) {If {\tt MVar\#} is empty, immediately return with integer 0 and value undefined. - Otherwise, return wtih integer 1 and contents of {\tt MVar\#}.} + Otherwise, return with integer 1 and contents of {\tt MVar\#}.} with out_of_line = True has_side_effects = True _______________________________________________ ghc-commits mailing list ghc-commits@haskell.org http://www.haskell.org/mailman/listinfo/ghc-commits