summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
authorMartin Olsson <martin@minimum.se>2016-06-26 00:22:08 +0200
committerMartin Olsson <martin@minimum.se>2016-06-26 00:22:08 +0200
commitd45a9a6a70a8180987c4b65cd36107955d20ec8f (patch)
tree623c7ef0c628cb2c2a1bc593b2e4456c28d5cb40 /test/files
parent4e950838cbee187f3cee2ef197164792db74e56a (diff)
downloadscala-d45a9a6a70a8180987c4b65cd36107955d20ec8f.tar.gz
scala-d45a9a6a70a8180987c4b65cd36107955d20ec8f.tar.bz2
scala-d45a9a6a70a8180987c4b65cd36107955d20ec8f.zip
Fix typo in test comment
Diffstat (limited to 'test/files')
-rw-r--r--test/files/run/t3326.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t3326.scala b/test/files/run/t3326.scala
index 4ac7ef9138..b6b4eac784 100644
--- a/test/files/run/t3326.scala
+++ b/test/files/run/t3326.scala
@@ -19,7 +19,7 @@ import scala.math.Ordering
* This is why `collection.SortedMap` used to resort to the generic
* `TraversableLike.++` which knows nothing about the ordering.
*
- * To avoid `collection.SortedMap`s resort to the more generic `TraverableLike.++`,
+ * To avoid `collection.SortedMap`s resort to the more generic `TraversableLike.++`,
* we override the `MapLike.++` overload in `collection.SortedMap` to return
* the proper type `SortedMap`.
*/