summaryrefslogtreecommitdiff
path: root/compiler/iface
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-01-24 14:54:31 +0100
committerGabor Greif <ggreif@gmail.com>2017-01-25 12:49:23 +0100
commite4ae78ae118f5b009a87b71f9ec21fb00962283a (patch)
treeb7d52b11fac094b1f5e403f317ea9489550213aa /compiler/iface
parent675b54f399a9ef131183528b50a8aa4a06209f74 (diff)
downloadhaskell-e4ae78ae118f5b009a87b71f9ec21fb00962283a.tar.gz
Typos in comments [ci skip]
Diffstat (limited to 'compiler/iface')
-rw-r--r--compiler/iface/IfaceSyn.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/iface/IfaceSyn.hs b/compiler/iface/IfaceSyn.hs
index 3d62e46bd4..72a5b57f43 100644
--- a/compiler/iface/IfaceSyn.hs
+++ b/compiler/iface/IfaceSyn.hs
@@ -191,7 +191,7 @@ data IfaceClassOp
IfaceType -- Class op type
(Maybe (DefMethSpec IfaceType)) -- Default method
-- The types of both the class op itself,
- -- and the default method, are *not* quantifed
+ -- and the default method, are *not* quantified
-- over the class variables
data IfaceAT = IfaceAT -- See Class.ClassATItem