summaryrefslogtreecommitdiff
path: root/test/files/pos/t6089b.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t6089b.scala')
-rw-r--r--test/files/pos/t6089b.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t6089b.scala b/test/files/pos/t6089b.scala
index ff7ca157eb..040987413e 100644
--- a/test/files/pos/t6089b.scala
+++ b/test/files/pos/t6089b.scala
@@ -1,5 +1,5 @@
// this crazy code simply tries to nest pattern matches so that the last call is in a tricky-to-determine
-// tail position (my initial tightenign of tailpos detection for SI-6089 ruled this out)
+// tail position (my initial tightening of tailpos detection for SI-6089 ruled this out)
class BKTree {
@annotation.tailrec
final def -?-[AA](a: AA): Boolean = this match {