aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/transform
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-12-16 09:23:32 +0100
committerMartin Odersky <odersky@gmail.com>2016-12-17 18:34:27 +0100
commitc18d2286e4d21b4a4e7b67ded9c075c8dbb4cda5 (patch)
tree77eb54ed3449d6b54f0a9aef4dac5ecd54c87cbc /compiler/src/dotty/tools/dotc/transform
parent740bd425d562e5e9d1744361553054413775cb73 (diff)
downloaddotty-c18d2286e4d21b4a4e7b67ded9c075c8dbb4cda5.tar.gz
dotty-c18d2286e4d21b4a4e7b67ded9c075c8dbb4cda5.tar.bz2
dotty-c18d2286e4d21b4a4e7b67ded9c075c8dbb4cda5.zip
Fix typo in comment
Diffstat (limited to 'compiler/src/dotty/tools/dotc/transform')
-rw-r--r--compiler/src/dotty/tools/dotc/transform/ShortcutImplicits.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/src/dotty/tools/dotc/transform/ShortcutImplicits.scala b/compiler/src/dotty/tools/dotc/transform/ShortcutImplicits.scala
index 31dfad757..813aa103c 100644
--- a/compiler/src/dotty/tools/dotc/transform/ShortcutImplicits.scala
+++ b/compiler/src/dotty/tools/dotc/transform/ShortcutImplicits.scala
@@ -49,7 +49,7 @@ class ShortcutImplicits extends MiniPhase with IdentityDenotTransformer { thisTr
override def phaseName: String = "shortcutImplicits"
val treeTransform = new Transform
- /** If this option true, we don't specialize symbols that are known to be only
+ /** If this option is true, we don't specialize symbols that are known to be only
* targets of monomorphic calls.
* The reason for this option is that benchmarks show that on the JVM for monomorphic dispatch
* scenarios inlining and escape analysis can often remove all calling overhead, so we might as