Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/25f8f25a494f765d644a7dd1ead5c0a5058b8c36

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

commit 25f8f25a494f765d644a7dd1ead5c0a5058b8c36
Author: Ian Lynagh <[email protected]>
Date:   Mon Oct 3 10:43:14 2011 +0100

    Fix typo

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

 compiler/prelude/TysPrim.lhs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/compiler/prelude/TysPrim.lhs b/compiler/prelude/TysPrim.lhs
index 7ac4917..64f413d 100644
--- a/compiler/prelude/TysPrim.lhs
+++ b/compiler/prelude/TysPrim.lhs
@@ -611,7 +611,7 @@ The type constructor Any::* has these properties
 
   * It is inhabited by at least one value, namely bottom
 
-  * You can unsafely coerce any lifted type to Ayny, and back.
+  * You can unsafely coerce any lifted type to Any, and back.
 
   * It does not claim to be a *data* type, and that's important for
     the code generator, because the code gen may *enter* a data value



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to