]> xenbits.xensource.com Git - qemu-xen-unstable.git/commitdiff
Fix comment typo.
authorpbrook <pbrook>
Sun, 22 Oct 2006 11:54:30 +0000 (11:54 +0000)
committerpbrook <pbrook>
Sun, 22 Oct 2006 11:54:30 +0000 (11:54 +0000)
target-arm/cpu.h

index 75a1f1314bd1491746860a5bb2a1a7e76cb6a1aa..b994bdd29a57a121619a986b23f9262d89afd10f 100644 (file)
@@ -48,7 +48,7 @@ typedef struct CPUARMState {
     /* Regs for current mode.  */
     uint32_t regs[16];
     /* Frequently accessed CPSR bits are stored separately for efficiently.
-       This contains all the other bits.  Use cpsr_{read,write} to accless
+       This contains all the other bits.  Use cpsr_{read,write} to access
        the whole CPSR.  */
     uint32_t uncached_cpsr;
     uint32_t spsr;