summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/transform/Mixin.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-12-06 12:13:35 -0800
committerPaul Phillips <paulp@improving.org>2012-12-06 12:13:35 -0800
commit330c77b097782ed389a83175302379ea72d22c41 (patch)
tree8c7a1eb9f25d724b27d5ca33704ccb43bc0a7cb9 /src/compiler/scala/tools/nsc/transform/Mixin.scala
parentb1cb6578bdbdfaa66d3cf09f40dfc1511f7e9711 (diff)
parent06844ee821ae500c7485498cc2054e3cf765623f (diff)
downloadscala-330c77b097782ed389a83175302379ea72d22c41.tar.gz
scala-330c77b097782ed389a83175302379ea72d22c41.tar.bz2
scala-330c77b097782ed389a83175302379ea72d22c41.zip
Merge commit 'refs/pull/1717/head' into merge-msil-genjvm-delete
* commit 'refs/pull/1717/head': SI-6769 Removes GenJVM backend Conflicts: src/compiler/scala/tools/nsc/backend/jvm/GenAndroid.scala
Diffstat (limited to 'src/compiler/scala/tools/nsc/transform/Mixin.scala')
-rw-r--r--src/compiler/scala/tools/nsc/transform/Mixin.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/transform/Mixin.scala b/src/compiler/scala/tools/nsc/transform/Mixin.scala
index f78a5133a6..658d157927 100644
--- a/src/compiler/scala/tools/nsc/transform/Mixin.scala
+++ b/src/compiler/scala/tools/nsc/transform/Mixin.scala
@@ -513,7 +513,7 @@ abstract class Mixin extends InfoTransform with ast.TreeDSL {
* - create a new method definition that also has a `self` parameter
* (which comes first) Iuli: this position is assumed by tail call elimination
* on a different receiver. Storing a new 'this' assumes it is located at
- * index 0 in the local variable table. See 'STORE_THIS' and GenJVM/GenMSIL.
+ * index 0 in the local variable table. See 'STORE_THIS' and GenASM/GenMSIL.
* - Map implementation class types in type-apply's to their interfaces
* - Remove all fields in implementation classes
*/