Revision a57d23e4

b/exec.c
2061 2061
    /* we modify the TLB cache so that the dirty bit will be set again
2062 2062
       when accessing the range */
2063 2063
    start1 = (unsigned long)qemu_safe_ram_ptr(start);
2064
    /* Chek that we don't span multiple blocks - this breaks the
2064
    /* Check that we don't span multiple blocks - this breaks the
2065 2065
       address comparisons below.  */
2066 2066
    if ((unsigned long)qemu_safe_ram_ptr(end - 1) - start1
2067 2067
            != (end - 1) - start) {
b/target-ppc/STATUS
11 11
SPR:  special purpose registers set
12 12
      OK => all SPR registered (but some may be fake)
13 13
      KO => some SPR are missing or should be removed
14
      ?  => uncheked
14
      ?  => unchecked
15 15
MSR:  MSR bits definitions
16 16
      OK => all MSR bits properly defined
17 17
      KO => MSR definition is incorrect

Also available in: Unified diff