* merged with tip (040f180a056b)
[cacao.git] / src / vm / jit / i386 / patcher.c
index 80feee6a0c577109199244d7ba7ef4927f030635..3befeff5d96855818fd3dd2588beff84ebaf9212 100644 (file)
@@ -260,7 +260,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
 
@@ -410,7 +410,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;