summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/TypeNats.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/GHC/TypeNats.hs')
-rw-r--r--libraries/base/GHC/TypeNats.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/TypeNats.hs b/libraries/base/GHC/TypeNats.hs
index da06627118..aba47b0b96 100644
--- a/libraries/base/GHC/TypeNats.hs
+++ b/libraries/base/GHC/TypeNats.hs
@@ -113,7 +113,7 @@ After inlining and simplification, this ends up looking something like this:
`KnownNat` is the constructor for dictionaries for the class `KnownNat`.
See Note [magicDictId magic] in "basicType/MkId.hs" for details on how
-we actually construct the dictionry.
+we actually construct the dictionary.
Note that using `Any Nat` is not really correct, as multilple calls to
`someNatVal` would violate coherence: