From d37aca662561a54a5ea177c6c05280633fa41cb8 Mon Sep 17 00:00:00 2001 From: pbrook Date: Sun, 22 Oct 2006 11:54:30 +0000 Subject: Fix comment typo. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2197 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-arm/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-arm/cpu.h') diff --git a/target-arm/cpu.h b/target-arm/cpu.h index 75a1f1314b..b994bdd29a 100644 --- a/target-arm/cpu.h +++ b/target-arm/cpu.h @@ -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; -- cgit v1.2.1