changeset 8264:9d2e83b4ebbf

Merge.
author Peter B. Kessler <Peter.B.Kessler@Oracle.COM>
date Wed, 13 Mar 2013 14:55:08 -0700
parents 5bed444f0f5c (diff) 2237260c6fdb (current diff)
children 1d40b7e8823b
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api.test/src/com/oracle/truffle/api/test/ReturnTypeSpecializationTest.java	Wed Mar 13 21:55:08 2013 +0100
+++ b/graal/com.oracle.truffle.api.test/src/com/oracle/truffle/api/test/ReturnTypeSpecializationTest.java	Wed Mar 13 14:55:08 2013 -0700
@@ -38,7 +38,7 @@
  * should be speculated on. When the speculation fails and the child node cannot return the
  * appropriate type of value, it can use an {@link UnexpectedResultException} to still pass the
  * result to the caller. In such a case, the caller must rewrite itself to a more general version in
- * oder to avoid future failures of this kind.
+ * order to avoid future failures of this kind.
  * </p>
  */
 public class ReturnTypeSpecializationTest {