diff options
Diffstat (limited to 'compiler/utils/FastString.hs')
-rw-r--r-- | compiler/utils/FastString.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/utils/FastString.hs b/compiler/utils/FastString.hs index 62a81aa10d..f11c4ebbb8 100644 --- a/compiler/utils/FastString.hs +++ b/compiler/utils/FastString.hs @@ -20,7 +20,7 @@ -- -- * Pointer and size of a Latin-1 encoded string. -- * Practically no operations. --- * Outputing them is fast. +-- * Outputting them is fast. -- * Generated by 'sLit'. -- * Turn into 'Outputable.SDoc' with 'Outputable.ptext' -- * Requires manual memory management. @@ -73,7 +73,7 @@ module FastString nilFS, isUnderscoreFS, - -- ** Outputing + -- ** Outputting hPutFS, -- ** Internal |