]> Git Repo - qemu.git/blobdiff - target-moxie/helper.c
maint: remove / fix many doubled words
[qemu.git] / target-moxie / helper.c
index 6c98965b93201806d82d61ba088a44730339504d..f21e88406b730a02fa3ee6818a562a4d5543c29e 100644 (file)
@@ -56,7 +56,7 @@ void helper_raise_exception(CPUMoxieState *env, int ex)
     /* Stash the address where the exception occurred.  */
     cpu_restore_state(cs, GETPC());
     env->sregs[5] = env->pc;
-    /* Jump the the exception handline routine.  */
+    /* Jump to the exception handline routine.  */
     env->pc = env->sregs[1];
     cpu_loop_exit(cs);
 }
This page took 0.019002 seconds and 4 git commands to generate.