summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobertZK <technoguyrob@gmail.com>2015-03-18 01:30:37 -0500
committerRobertZK <technoguyrob@gmail.com>2015-03-18 01:30:37 -0500
commitb19c675efb98a17fbe5edd8ad89e7da02c3646dd (patch)
tree83a4a837660abc5eaeb7db770dccbe53b05a0594
parentdfe66d4efcfc6b2f3f501c64160253efdced98e6 (diff)
downloadscala-b19c675efb98a17fbe5edd8ad89e7da02c3646dd.tar.gz
scala-b19c675efb98a17fbe5edd8ad89e7da02c3646dd.tar.bz2
scala-b19c675efb98a17fbe5edd8ad89e7da02c3646dd.zip
Fix typo in brutallyResetAttrs comment
-rw-r--r--src/compiler/scala/tools/nsc/ast/Trees.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/ast/Trees.scala b/src/compiler/scala/tools/nsc/ast/Trees.scala
index 3652f51153..3a502bdb7a 100644
--- a/src/compiler/scala/tools/nsc/ast/Trees.scala
+++ b/src/compiler/scala/tools/nsc/ast/Trees.scala
@@ -178,7 +178,7 @@ trait Trees extends scala.reflect.internal.Trees { self: Global =>
}
}
- // Finally, noone resetAllAttrs it anymore, so I'm removing it from the compiler.
+ // Finally, no one uses resetAllAttrs anymore, so I'm removing it from the compiler.
// Even though it's with great pleasure I'm doing that, I'll leave its body here to warn future generations about what happened in the past.
//
// So what actually happened in the past is that we used to have two flavors of resetAttrs: resetAllAttrs and resetLocalAttrs.