Commit d37aca662561a54a5ea177c6c05280633fa41cb8

Authored by pbrook
1 parent e6e5906b

Fix comment typo.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2197 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
target-arm/cpu.h
... ... @@ -48,7 +48,7 @@ typedef struct CPUARMState {
48 48 /* Regs for current mode. */
49 49 uint32_t regs[16];
50 50 /* Frequently accessed CPSR bits are stored separately for efficiently.
51   - This contains all the other bits. Use cpsr_{read,write} to accless
  51 + This contains all the other bits. Use cpsr_{read,write} to access
52 52 the whole CPSR. */
53 53 uint32_t uncached_cpsr;
54 54 uint32_t spsr;
... ...