summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala
diff options
context:
space:
mode:
authorJanek Bogucki <janekdb@gmail.com>2015-07-17 16:08:05 +0100
committerJanek Bogucki <janekdb@gmail.com>2015-07-17 16:32:56 +0100
commitf48393ea56fef71f53c7f5f959df5043ba65c144 (patch)
tree682024ad324a9100eef34d337ca63eede7248db5 /src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala
parentf2e055f251d8c7169e8a84246d62d923fbcc8524 (diff)
downloadscala-f48393ea56fef71f53c7f5f959df5043ba65c144.tar.gz
scala-f48393ea56fef71f53c7f5f959df5043ba65c144.tar.bz2
scala-f48393ea56fef71f53c7f5f959df5043ba65c144.zip
Fix 6 typos (w-z)
Diffstat (limited to 'src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala')
-rw-r--r--src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala b/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala
index 71686fd9d7..2f1cd732da 100644
--- a/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala
+++ b/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala
@@ -3031,7 +3031,7 @@ abstract class GenASM extends SubComponent with BytecodeWriters { self =>
*
* Rationale for this normalization:
* test/files/run/private-inline.scala after -optimize is chock full of
- * BasicBlocks containing just JUMP(whereTo), where no exception handler straddles them.
+ * BasicBlocks containing just JUMP(whereto), where no exception handler straddles them.
* They should be collapsed by IMethod.normalize() but aren't.
* That was fine in FJBG times when by the time the exception table was emitted,
* it already contained "anchored" labels (ie instruction offsets were known)