summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/transform/Mixin.scala
diff options
context:
space:
mode:
authorJanek Bogucki <janekdb@gmail.com>2015-07-15 10:59:16 +0100
committerJanek Bogucki <janekdb@gmail.com>2015-07-15 10:59:16 +0100
commit3819d0c20084997ad56432f3475fbe4adeb9d6d4 (patch)
tree50f2325e2aaa0ff4da8ab2cd0b5831e266b7e6ce /src/compiler/scala/tools/nsc/transform/Mixin.scala
parent52fde52920d93325310e5544991feeea03e5c763 (diff)
downloadscala-3819d0c20084997ad56432f3475fbe4adeb9d6d4.tar.gz
scala-3819d0c20084997ad56432f3475fbe4adeb9d6d4.tar.bz2
scala-3819d0c20084997ad56432f3475fbe4adeb9d6d4.zip
Fix 23 typos (t-v)
Diffstat (limited to 'src/compiler/scala/tools/nsc/transform/Mixin.scala')
-rw-r--r--src/compiler/scala/tools/nsc/transform/Mixin.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/scala/tools/nsc/transform/Mixin.scala b/src/compiler/scala/tools/nsc/transform/Mixin.scala
index 11f9483f77..25d45cc819 100644
--- a/src/compiler/scala/tools/nsc/transform/Mixin.scala
+++ b/src/compiler/scala/tools/nsc/transform/Mixin.scala
@@ -79,9 +79,9 @@ abstract class Mixin extends InfoTransform with ast.TreeDSL {
/** Does this field require an initialized bit?
* Note: fields of classes inheriting DelayedInit are not checked.
- * This is because the they are neither initialized in the constructor
+ * This is because they are neither initialized in the constructor
* nor do they have a setter (not if they are vals anyway). The usual
- * logic for setting bitmaps does therefor not work for such fields.
+ * logic for setting bitmaps does therefore not work for such fields.
* That's why they are excluded.
* Note: The `checkinit` option does not check if transient fields are initialized.
*/