aboutsummaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorliu fengyun <liu@fengy.me>2017-03-18 10:43:44 +0100
committerliu fengyun <liu@fengy.me>2017-03-18 10:43:44 +0100
commitd45c09acb49c862f38d1de588abac3412876e32e (patch)
tree7675e1e7d94228620f728f34ee80f96324e27998 /compiler
parent3e5e276e26e12f43c66d0f4b190d43203a08efad (diff)
downloaddotty-d45c09acb49c862f38d1de588abac3412876e32e.tar.gz
dotty-d45c09acb49c862f38d1de588abac3412876e32e.tar.bz2
dotty-d45c09acb49c862f38d1de588abac3412876e32e.zip
fix typo in comment
Diffstat (limited to 'compiler')
-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 = {