From c18d2286e4d21b4a4e7b67ded9c075c8dbb4cda5 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 16 Dec 2016 09:23:32 +0100 Subject: Fix typo in comment --- compiler/src/dotty/tools/dotc/transform/ShortcutImplicits.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/src/dotty') 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 -- cgit v1.2.3