From 61cc8701f3e019f154c3662f3c9f998629813745 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Wed, 13 Apr 2011 22:45:22 +0200 Subject: Fix some typos in comments and documentation helpfull -> helpful usefull -> useful cotrol -> control and a grammar fix. Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- target-arm/helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-arm') diff --git a/target-arm/helper.c b/target-arm/helper.c index 9172fc7..a0ec643 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; -- cgit v1.1