summaryrefslogtreecommitdiff
path: root/test/files/run/t7817-tree-gen.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t7817-tree-gen.scala')
-rw-r--r--test/files/run/t7817-tree-gen.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t7817-tree-gen.scala b/test/files/run/t7817-tree-gen.scala
index a8317fda6e..094c0d6289 100644
--- a/test/files/run/t7817-tree-gen.scala
+++ b/test/files/run/t7817-tree-gen.scala
@@ -1,6 +1,6 @@
import scala.tools.partest._
-// Testing that `mkAttributedRef` doesn't incude the package object test.`package`,
+// Testing that `mkAttributedRef` doesn't include the package object test.`package`,
// under joint and separate compilation.
package testSep { class C { object O } }