summaryrefslogtreecommitdiff
path: root/test/files/run/dead-code-elimination.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/dead-code-elimination.scala')
-rw-r--r--test/files/run/dead-code-elimination.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/dead-code-elimination.scala b/test/files/run/dead-code-elimination.scala
index fd3f2a996a..2291b22f7a 100644
--- a/test/files/run/dead-code-elimination.scala
+++ b/test/files/run/dead-code-elimination.scala
@@ -10,7 +10,7 @@
// the stack after code elimination.
//
// Originally, this did not compile, but I included it in the run
-// tests because this was ASM-dependand and did not happen for GenJVM.
+// tests because this was ASM-dependent and did not happen for GenJVM.
//
// Thus, we run the code and force the loading of class B -- if the
// bytecode is incorrect, it will fail the test.