diff options
| author | Jan HrĨek <honza.hrk@gmail.com> | 2020-06-24 15:55:39 +0200 |
|---|---|---|
| committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-06-28 09:20:22 -0400 |
| commit | 68530b1cd45629e5a353a37df80195ac54d26ade (patch) | |
| tree | a6aa929d32d9c1caff4ca57c5ffde238d7c9717a /libraries/ghci | |
| parent | 42f797b0ad034a92389e7081aa50ef4ab3434d01 (diff) | |
| download | haskell-68530b1cd45629e5a353a37df80195ac54d26ade.tar.gz | |
Fix duplicated words and typos in comments and user guide
Diffstat (limited to 'libraries/ghci')
| -rw-r--r-- | libraries/ghci/GHCi/InfoTable.hsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghci/GHCi/InfoTable.hsc b/libraries/ghci/GHCi/InfoTable.hsc index 67b0df863a..b3f3c16332 100644 --- a/libraries/ghci/GHCi/InfoTable.hsc +++ b/libraries/ghci/GHCi/InfoTable.hsc @@ -25,7 +25,7 @@ import Control.Monad.Fail import qualified Data.ByteString as BS -- NOTE: Must return a pointer acceptable for use in the header of a closure. --- If tables_next_to_code is enabled, then it must point the the 'code' field. +-- If tables_next_to_code is enabled, then it must point the 'code' field. -- Otherwise, it should point to the start of the StgInfoTable. mkConInfoTable :: Bool -- TABLES_NEXT_TO_CODE |
