[commit: ghc] master: Typo in comment (1c0a8e0)

git at git.haskell.org git at git.haskell.org
Tue Sep 24 23:03:53 CEST 2013


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/1c0a8e03afc443283cc3722944e299e978d4edbb/ghc

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

commit 1c0a8e03afc443283cc3722944e299e978d4edbb
Author: Gabor Greif <ggreif at gmail.com>
Date:   Mon Sep 23 21:58:22 2013 +0200

    Typo in comment


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

1c0a8e03afc443283cc3722944e299e978d4edbb
 rts/Linker.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rts/Linker.c b/rts/Linker.c
index 7334a80..f2672d7 100644
--- a/rts/Linker.c
+++ b/rts/Linker.c
@@ -1949,7 +1949,7 @@ lookupSymbol( char *lbl )
 }
 
 /* -----------------------------------------------------------------------------
-   Create a StablePtr for a foeign export.  This is normally called by
+   Create a StablePtr for a foreign export.  This is normally called by
    a C function with __attribute__((constructor)), which is generated
    by GHC and linked into the module.
 




More information about the ghc-commits mailing list