summaryrefslogtreecommitdiff
path: root/test/files/neg/t8675b.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t8675b.scala')
-rw-r--r--test/files/neg/t8675b.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t8675b.scala b/test/files/neg/t8675b.scala
index bffed2141c..b2212fa234 100644
--- a/test/files/neg/t8675b.scala
+++ b/test/files/neg/t8675b.scala
@@ -9,7 +9,7 @@ object Test {
}
trait Reportable1[Params, R]
- // "missing paramater type" error was swallowed in 2.11.0 leading to a crash
+ // "missing parameter type" error was swallowed in 2.11.0 leading to a crash
// in the backend.
//
// This error is itself a regression (or at least a change) in 2.11.0-M7,