Skip to content

Commit 46c50e7

Browse files
authored
Update compiler/src/dotty/tools/dotc/core/Symbols.scala
1 parent 5631d76 commit 46c50e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: compiler/src/dotty/tools/dotc/core/Symbols.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ object Symbols extends SymUtils {
110110
}
111111

112112
private def computeDenot(lastd: SymDenotation)(using Context): SymDenotation = {
113-
// Written that way do that it comes in at 32 bytes and is therefore inlineable for
113+
// Written that way so that it comes in at 32 bytes and is therefore inlineable for
114114
// the JIT (reputedly, cutoff is at 35 bytes)
115115
util.Stats.record("Symbol.computeDenot")
116116
val now = ctx.period

0 commit comments

Comments
 (0)