summaryrefslogtreecommitdiff
path: root/test/files/specialized
diff options
context:
space:
mode:
authorNafer Sanabria <nafr.snabr@gmail.com>2016-04-04 02:52:26 -0500
committerLukas Rytz <lukas.rytz@typesafe.com>2016-04-04 09:52:26 +0200
commit53517b85ec82352903fcc6a346066765325247b8 (patch)
tree170fff97db80e3eb4a2e75b50654022e1f4c8d37 /test/files/specialized
parent19dac8212090f81ffd18bad6d7cc929fbff9bec8 (diff)
downloadscala-53517b85ec82352903fcc6a346066765325247b8.tar.gz
scala-53517b85ec82352903fcc6a346066765325247b8.tar.bz2
scala-53517b85ec82352903fcc6a346066765325247b8.zip
Fix minor typo
Diffstat (limited to 'test/files/specialized')
-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.
*/