diff options
author | Stefan Weil <weil@mail.berlios.de> | 2011-04-13 22:45:22 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2011-04-16 12:24:28 +0100 |
commit | 61cc8701f3e019f154c3662f3c9f998629813745 (patch) | |
tree | 735c0ae46f5c0f59e19fb3459718419208df3b70 /target-arm | |
parent | adc56dda0c4eed62149d28939b7d7e329ad95ae8 (diff) | |
download | qemu-61cc8701f3e019f154c3662f3c9f998629813745.tar.gz qemu-61cc8701f3e019f154c3662f3c9f998629813745.tar.bz2 qemu-61cc8701f3e019f154c3662f3c9f998629813745.zip |
Fix some typos in comments and documentation
helpfull -> helpful
usefull -> useful
cotrol -> control
and a grammar fix.
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'target-arm')
-rw-r--r-- | target-arm/helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-arm/helper.c b/target-arm/helper.c index 9172fc7279..a0ec6439da 100644 --- a/target-arm/helper.c +++ b/target-arm/helper.c @@ -1378,7 +1378,7 @@ void HELPER(set_cp15)(CPUState *env, uint32_t insn, uint32_t val) /* This may enable/disable the MMU, so do a TLB flush. */ tlb_flush(env, 1); break; - case 1: /* Auxiliary cotrol register. */ + case 1: /* Auxiliary control register. */ if (arm_feature(env, ARM_FEATURE_XSCALE)) { env->cp15.c1_xscaleauxcr = val; break; |