Skip to content

Commit 7347e03

Browse files
committed
Fix * alignment in comment.
1 parent ddafb78 commit 7347e03

File tree

1 file changed

+4
-4
lines changed
  • compiler/src/dotty/tools/dotc/transform/init

1 file changed

+4
-4
lines changed

compiler/src/dotty/tools/dotc/transform/init/Cache.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ class Cache[Config, Res]:
7575
*/
7676
protected var changed: Boolean = false
7777

78-
/** Whether any value in the cache was accessed after being added.
79-
* If no cached values are used after they are added for the first time
80-
* then another iteration of analysis is not needed.
81-
*/
78+
/** Whether any value in the output cache (this.current) was accessed
79+
* after being added. If no cached values are used after they are added
80+
* for the first time then another iteration of analysis is not needed.
81+
*/
8282
protected var cacheUsed: Boolean = false
8383

8484
/** Used to avoid allocation, its state does not matter */

0 commit comments

Comments
 (0)