- created jitcache-arm-x86 branch
[cacao.git] / src / vm / jit / i386 / patcher.c
index 661c245e4ad0851dac5d088a938b982937d924aa..4aa86f6e23afe739d0c23bc521f2a1cd807140ca 100644 (file)
@@ -263,7 +263,7 @@ bool patcher_putfieldconst(patchref_t *pr)
 
    Machine code:
 
-   <patched call postition>
+   <patched call position>
    c7 04 24 00 00 00 00       movl   $0x0000000,(%esp)
    b8 00 00 00 00             mov    $0x0000000,%eax
 
@@ -413,7 +413,7 @@ bool patcher_invokestatic_special(patchref_t *pr)
        ra    = (u1 *)                pr->mpc;
        um    = (unresolved_method *) pr->ref;
 
-       /* get the fieldinfo */
+       /* get the methodinfo */
 
        if (!(m = resolve_method_eager(um)))
                return false;