diff options
Diffstat (limited to 'compiler/stgSyn/StgSyn.hs')
-rw-r--r-- | compiler/stgSyn/StgSyn.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/stgSyn/StgSyn.hs b/compiler/stgSyn/StgSyn.hs index 0507635b94..a00e8ad2ba 100644 --- a/compiler/stgSyn/StgSyn.hs +++ b/compiler/stgSyn/StgSyn.hs @@ -676,7 +676,7 @@ data StgOp | StgFCallOp ForeignCall Type -- The Type, which is obtained from the foreign import declaration -- itself, is needed by the stg-to-cmm pass to determine the offset to - -- apply to unlifted boxed arguments in StgCmmForeign. See Note + -- apply to unlifted boxed arguments in GHC.StgToCmm.Foreign. See Note -- [Unlifted boxed arguments to foreign calls] {- |