Skip to content

Commit c18d228

Browse files
committed
Fix typo in comment
1 parent 740bd42 commit c18d228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/transform/ShortcutImplicits.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class ShortcutImplicits extends MiniPhase with IdentityDenotTransformer { thisTr
4949
override def phaseName: String = "shortcutImplicits"
5050
val treeTransform = new Transform
5151

52-
/** If this option true, we don't specialize symbols that are known to be only
52+
/** If this option is true, we don't specialize symbols that are known to be only
5353
* targets of monomorphic calls.
5454
* The reason for this option is that benchmarks show that on the JVM for monomorphic dispatch
5555
* scenarios inlining and escape analysis can often remove all calling overhead, so we might as

0 commit comments

Comments
 (0)