diff options
author | Gabor Greif <ggreif@gmail.com> | 2015-06-08 17:15:09 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2015-06-12 11:23:34 +0200 |
commit | 0ef71740f6cc5ffddc08eb610b4add7fbdaab54a (patch) | |
tree | 57b336b7687d20fcf92acebc1e6631f4d35f7671 /rts/Linker.c | |
parent | 016bbfd261b91193baa99ec008b469a70c66b8be (diff) | |
download | haskell-0ef71740f6cc5ffddc08eb610b4add7fbdaab54a.tar.gz |
Squash typos in comments
Diffstat (limited to 'rts/Linker.c')
-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 bbf75bfd79..f3b170b501 100644 --- a/rts/Linker.c +++ b/rts/Linker.c @@ -1692,7 +1692,7 @@ initLinker_ (int retain_cafs) barf("ghciInsertSymbolTable failed"); } - // Redurect newCAF to newRetainedCAF if retain_cafs is true. + // Redirect newCAF to newRetainedCAF if retain_cafs is true. if (! ghciInsertSymbolTable(WSTR("(GHCi built-in symbols)"), symhash, MAYBE_LEADING_UNDERSCORE_STR("newCAF"), retain_cafs ? newRetainedCAF : newGCdCAF, |