aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/src/dotty/tools/dotc/transform/ExpandPrivate.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/src/dotty/tools/dotc/transform/ExpandPrivate.scala b/compiler/src/dotty/tools/dotc/transform/ExpandPrivate.scala
index 2841de401..8f99ef1d0 100644
--- a/compiler/src/dotty/tools/dotc/transform/ExpandPrivate.scala
+++ b/compiler/src/dotty/tools/dotc/transform/ExpandPrivate.scala
@@ -41,7 +41,7 @@ class ExpandPrivate extends MiniPhaseTransform with IdentityDenotTransformer { t
override def phaseName: String = "expandPrivate"
- // This phase moves methods around(in infortransform) so it may need to make other methods public
+ // This phase moves methods around (in infotransform) so it may need to make other methods public
override def runsAfter: Set[Class[_ <: Phase]] = Set(classOf[MoveStatics])
override def checkPostCondition(tree: Tree)(implicit ctx: Context): Unit = {