Store the right TCG temp (typo).
Stops ARMv6 target from segfaulting early.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4201 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/target-arm/helper.c b/target-arm/helper.c
index 4ff30c1..b62523b 100644
--- a/target-arm/helper.c
+++ b/target-arm/helper.c
@@ -675,7 +675,7 @@
env->regs[13] += 4;
xpsr |= 0x200;
}
- /* Switch to the hander mode. */
+ /* Switch to the handler mode. */
v7m_push(env, xpsr);
v7m_push(env, env->regs[15]);
v7m_push(env, env->regs[14]);