summaryrefslogtreecommitdiff
path: root/test/files/pos/t6575b.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t6575b.scala')
-rw-r--r--test/files/pos/t6575b.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t6575b.scala b/test/files/pos/t6575b.scala
index d3e58b2a16..c89424287a 100644
--- a/test/files/pos/t6575b.scala
+++ b/test/files/pos/t6575b.scala
@@ -1,5 +1,5 @@
// inferred types were okay here as Function nodes aren't
-// translated into anoymous subclasses of AbstractFunctionN
+// translated into anonymous subclasses of AbstractFunctionN
// until after the typer.
//
// So this test is just confirmation.