diff options
Diffstat (limited to 'libraries/ghc-prim/GHC/Prim/Ext.hs')
-rw-r--r-- | libraries/ghc-prim/GHC/Prim/Ext.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghc-prim/GHC/Prim/Ext.hs b/libraries/ghc-prim/GHC/Prim/Ext.hs index b9f644ef1e..5ef6ff4ab0 100644 --- a/libraries/ghc-prim/GHC/Prim/Ext.hs +++ b/libraries/ghc-prim/GHC/Prim/Ext.hs @@ -10,7 +10,7 @@ #include "MachDeps.h" -- See note [When do out-of-line primops go in primops.txt.pp]. More primops --- there are elgible according to the description below, but cannot yet be moved +-- there are eligible according to the description below, but cannot yet be moved -- here because of superficial restrictions to `foreign import prim`. Hopefully -- that is fixed soon. |