Skip to content

Commit 91bd709

Browse files
oderskyWojciechMazur
authored andcommitted
Update compiler/src/dotty/tools/dotc/core/Symbols.scala
[Cherry-picked 46c50e7]
1 parent 9ab7adf commit 91bd709

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
@@ -105,7 +105,7 @@ object Symbols extends SymUtils {
105105
}
106106

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

0 commit comments

Comments
 (0)