diff options
author | Gabor Greif <ggreif@gmail.com> | 2013-09-23 21:58:22 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2013-09-24 22:19:20 +0200 |
commit | 1c0a8e03afc443283cc3722944e299e978d4edbb (patch) | |
tree | f7e74934fdfe6536d1d8fe05434ff8c05143d81b /rts | |
parent | 5cf366975f6917c98e82506c674ca6bb4f11336f (diff) | |
download | haskell-1c0a8e03afc443283cc3722944e299e978d4edbb.tar.gz |
Typo in comment
Diffstat (limited to 'rts')
-rw-r--r-- | rts/Linker.c | 2 |
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. |