summaryrefslogtreecommitdiff
path: root/test/files/pos/t7815.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t7815.scala')
-rw-r--r--test/files/pos/t7815.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t7815.scala b/test/files/pos/t7815.scala
index 12a434c5b0..0a126f9faa 100644
--- a/test/files/pos/t7815.scala
+++ b/test/files/pos/t7815.scala
@@ -21,7 +21,7 @@ object Foo {
object Main extends App {
def mapWithFoo[A <: AnyRef, B](as: List[A])(implicit foo: Foo.Aux[A, B]) = {
// Should be Eta expandable because the result type of `f` is not
- // dependant on the value, it is just `B`.
+ // dependent on the value, it is just `B`.
as map foo.f
as map foo.g
as map foo.m