aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Contexts.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotty/tools/dotc/core/Contexts.scala')
-rw-r--r--src/dotty/tools/dotc/core/Contexts.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dotty/tools/dotc/core/Contexts.scala b/src/dotty/tools/dotc/core/Contexts.scala
index 8b8ee015d..131f72c65 100644
--- a/src/dotty/tools/dotc/core/Contexts.scala
+++ b/src/dotty/tools/dotc/core/Contexts.scala
@@ -66,7 +66,7 @@ object Contexts {
/** Allocate and return next free superclass id */
private[core] def nextSuperId: Int = { lastSuperId += 1; lastSuperId }
- // Denotations state
+ // SymDenotations state
private[core] val uniqueBits = new util.HashSet[BitSet]("superbits", 1024)
// Types state
@@ -89,4 +89,4 @@ object Contexts {
* logging starts.
*/
private[core] final val LogVolatileThreshold = 50
-} \ No newline at end of file
+}