[commit: ghc] master: Fix typo in description (f6e9d4f)

Gabor Greif ggreif at gmail.com
Thu Jul 11 22:47:53 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

https://github.com/ghc/ghc/commit/f6e9d4fce344e3a6e12ba4011aab0d1bd0a7a48e

>---------------------------------------------------------------

commit f6e9d4fce344e3a6e12ba4011aab0d1bd0a7a48e
Author: Gabor Greif <ggreif at 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





More information about the ghc-commits mailing list