diff options
Diffstat (limited to 'compiler/main/StaticPtrTable.hs')
-rw-r--r-- | compiler/main/StaticPtrTable.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/StaticPtrTable.hs b/compiler/main/StaticPtrTable.hs index 15214f2ad6..fd4b734433 100644 --- a/compiler/main/StaticPtrTable.hs +++ b/compiler/main/StaticPtrTable.hs @@ -28,7 +28,7 @@ -- -- The linker must find the definitions matching the @extern StgPtr <name>@ -- declarations. For this to work, the identifiers of static pointers need to be --- exported. This is done in GHC.Core.Op.SetLevels.newLvlVar. +-- exported. This is done in GHC.Core.Opt.SetLevels.newLvlVar. -- -- There is also a finalization function for the time when the module is -- unloaded. |