summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2013-09-23 21:58:22 +0200
committerGabor Greif <ggreif@gmail.com>2013-09-24 22:19:20 +0200
commit1c0a8e03afc443283cc3722944e299e978d4edbb (patch)
treef7e74934fdfe6536d1d8fe05434ff8c05143d81b
parent5cf366975f6917c98e82506c674ca6bb4f11336f (diff)
downloadhaskell-1c0a8e03afc443283cc3722944e299e978d4edbb.tar.gz
Typo in comment
-rw-r--r--rts/Linker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Linker.c b/rts/Linker.c
index 7334a806af..f2672d76ea 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.