summaryrefslogtreecommitdiff
path: root/test/files/specialized/SI-7343.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/specialized/SI-7343.scala')
-rw-r--r--test/files/specialized/SI-7343.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/specialized/SI-7343.scala b/test/files/specialized/SI-7343.scala
index 8d14a2c1c5..a5fc547868 100644
--- a/test/files/specialized/SI-7343.scala
+++ b/test/files/specialized/SI-7343.scala
@@ -48,7 +48,7 @@ object Test extends App {
new Val(101, "Parent$mcI$sp")
/**
- * NOTE: The the same check, only modified to affect constructors, won't
+ * NOTE: The same check, only modified to affect constructors, won't
* work since the class X definition will always be lifted to become a
* member of the class, making it impossible to force its duplication.
*/