aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-11-18 15:28:24 +0100
committerMartin Odersky <odersky@gmail.com>2014-11-18 15:28:24 +0100
commitf2743f7e62b1322dc6cbbc0b4602e92fee14162b (patch)
tree55fc0331268fc11d61dfe1d98f8b041630f974e6 /src
parent5c5ec48cfa5fb9c43582406ec10100c97016f5f1 (diff)
downloaddotty-f2743f7e62b1322dc6cbbc0b4602e92fee14162b.tar.gz
dotty-f2743f7e62b1322dc6cbbc0b4602e92fee14162b.tar.bz2
dotty-f2743f7e62b1322dc6cbbc0b4602e92fee14162b.zip
Fixed typos
Diffstat (limited to 'src')
-rw-r--r--src/dotty/tools/dotc/core/TypeComparer.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/core/TypeComparer.scala b/src/dotty/tools/dotc/core/TypeComparer.scala
index ca6891520..52abc99a3 100644
--- a/src/dotty/tools/dotc/core/TypeComparer.scala
+++ b/src/dotty/tools/dotc/core/TypeComparer.scala
@@ -1382,7 +1382,7 @@ class TypeComparer(initctx: Context) extends DotClass {
false
}
- /** Constraint `c1` subsumes constraint `c2`, if under `c2` as constaint we have
+ /** Constraint `c1` subsumes constraint `c2`, if under `c2` as constraint we have
* for all poly params `p` defined in `c2` as `p >: L2 <: U2`:
*
* c1 defines p with bounds p >: L1 <: U1, and