summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/RefChecks.scala
diff options
context:
space:
mode:
authorJanek Bogucki <janekdb@gmail.com>2017-04-10 12:02:21 +0100
committerJanek Bogucki <janekdb@gmail.com>2017-04-10 12:02:21 +0100
commita23898e7e19c6d255c262f7465b8bc8c6e0b9b5d (patch)
tree6e2c010d98c98aaeb248d2889f759267f5bca6c3 /src/compiler/scala/tools/nsc/typechecker/RefChecks.scala
parentd9c3bd53433f202f0123733613baf3a382076323 (diff)
downloadscala-a23898e7e19c6d255c262f7465b8bc8c6e0b9b5d.tar.gz
scala-a23898e7e19c6d255c262f7465b8bc8c6e0b9b5d.tar.bz2
scala-a23898e7e19c6d255c262f7465b8bc8c6e0b9b5d.zip
Fix Greek Mythology references in compiler package
Improve documentation some packages and correct some typos in these directories, - compiler - library
Diffstat (limited to 'src/compiler/scala/tools/nsc/typechecker/RefChecks.scala')
-rw-r--r--src/compiler/scala/tools/nsc/typechecker/RefChecks.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/typechecker/RefChecks.scala b/src/compiler/scala/tools/nsc/typechecker/RefChecks.scala
index 31476e86cd..7b261810d4 100644
--- a/src/compiler/scala/tools/nsc/typechecker/RefChecks.scala
+++ b/src/compiler/scala/tools/nsc/typechecker/RefChecks.scala
@@ -1661,7 +1661,7 @@ abstract class RefChecks extends Transform {
case tp @ ExistentialType(tparams, tpe) =>
existentialParams ++= tparams
case ann: AnnotatedType if ann.hasAnnotation(UncheckedBoundsClass) =>
- // SI-7694 Allow code synthetizers to disable checking of bounds for TypeTrees based on inferred LUBs
+ // SI-7694 Allow code synthesizers to disable checking of bounds for TypeTrees based on inferred LUBs
// which might not conform to the constraints.
skipBounds = true
case tp: TypeRef =>