summaryrefslogtreecommitdiff
path: root/compiler/GHC/Platform/Ways.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Platform/Ways.hs')
-rw-r--r--compiler/GHC/Platform/Ways.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Platform/Ways.hs b/compiler/GHC/Platform/Ways.hs
index 955a9bcea0..e66b8a496d 100644
--- a/compiler/GHC/Platform/Ways.hs
+++ b/compiler/GHC/Platform/Ways.hs
@@ -61,7 +61,7 @@ import Data.List (intersperse)
-- | A way
--
--- Don't change the constructor order as it us used by `waysTag` to create a
+-- Don't change the constructor order as it is used by `waysTag` to create a
-- unique tag (e.g. thr_debug_p) which is expected by other tools (e.g. Cabal).
data Way
= WayCustom String -- ^ for GHC API clients building custom variants