From d45c09acb49c862f38d1de588abac3412876e32e Mon Sep 17 00:00:00 2001 From: liu fengyun Date: Sat, 18 Mar 2017 10:43:44 +0100 Subject: fix typo in comment --- compiler/src/dotty/tools/dotc/transform/ExpandPrivate.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler') 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 = { -- cgit v1.2.3