summaryrefslogtreecommitdiff
path: root/compiler/GHC/Types/Hint.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Types/Hint.hs')
-rw-r--r--compiler/GHC/Types/Hint.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Types/Hint.hs b/compiler/GHC/Types/Hint.hs
index 3f8c3bbadf..31f8d4422b 100644
--- a/compiler/GHC/Types/Hint.hs
+++ b/compiler/GHC/Types/Hint.hs
@@ -63,7 +63,7 @@ data LanguageExtensionHint
-- it's totally irrelevant/redundant for IDEs and other tools.
SuggestSingleExtension !SDoc !LangExt.Extension
-- | Suggest to enable the input extensions. The list
- -- is to be intended as /disjuctive/ i.e. the user is
+ -- is to be intended as /disjunctive/ i.e. the user is
-- suggested to enable /any/ of the extensions listed. If
-- the input 'SDoc' is not empty, it will contain some extra
-- information about the why the extensions are required, but