summaryrefslogtreecommitdiffstats
path: root/target-alpha
diff options
context:
space:
mode:
authorVeres Lajos2015-09-08 23:45:14 +0200
committerMichael Tokarev2015-09-11 09:45:43 +0200
commit67cc32ebfd8c0ee3fcdb26780a8991baf5eb1d45 (patch)
tree86bc6be6682ce785667cef755e1b630e317ad696 /target-alpha
parentqapi-schema: remove legacy<> from doc (diff)
downloadqemu-67cc32ebfd8c0ee3fcdb26780a8991baf5eb1d45.tar.gz
qemu-67cc32ebfd8c0ee3fcdb26780a8991baf5eb1d45.tar.xz
qemu-67cc32ebfd8c0ee3fcdb26780a8991baf5eb1d45.zip
typofixes - v4
Signed-off-by: Veres Lajos <vlajos@gmail.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'target-alpha')
-rw-r--r--target-alpha/mem_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-alpha/mem_helper.c b/target-alpha/mem_helper.c
index 7b5e30ddb7..c9258f5aa5 100644
--- a/target-alpha/mem_helper.c
+++ b/target-alpha/mem_helper.c
@@ -132,7 +132,7 @@ void alpha_cpu_unassigned_access(CPUState *cs, hwaddr addr,
env->error_code = 0;
/* ??? We should cpu_restore_state to the faulting insn, but this hook
- does not have access to the retaddr value from the orignal helper.
+ does not have access to the retaddr value from the original helper.
It's all moot until the QEMU PALcode grows an MCHK handler. */
cpu_loop_exit(cs);