diff options
author | Gabor Greif <ggreif@gmail.com> | 2018-01-17 14:05:48 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2018-01-17 14:14:53 +0100 |
commit | c65104e1a6875f7879db87877848cc35363c1bf3 (patch) | |
tree | ac290e4dc3ccd778d9e6565ffd73e93dc6d2d288 /compiler/codeGen | |
parent | cf2c029ccdb967441c85ffb66073974fbdb20c20 (diff) | |
download | haskell-c65104e1a6875f7879db87877848cc35363c1bf3.tar.gz |
Typos in comments
Diffstat (limited to 'compiler/codeGen')
-rw-r--r-- | compiler/codeGen/StgCmmHeap.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmmHeap.hs b/compiler/codeGen/StgCmmHeap.hs index 790453619c..2a1165395c 100644 --- a/compiler/codeGen/StgCmmHeap.hs +++ b/compiler/codeGen/StgCmmHeap.hs @@ -149,7 +149,7 @@ emitSetDynHdr base info_ptr ccs where header :: DynFlags -> [CmmExpr] header dflags = [info_ptr] ++ dynProfHdr dflags ccs - -- ToDof: Parallel stuff + -- ToDo: Parallel stuff -- No ticky header -- Store the item (expr,off) in base[off] |