diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-12-07 18:28:42 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-12-07 18:28:42 +0000 |
commit | 9f08349345dae1d67effb8494c8386dd74b94128 (patch) | |
tree | 8790773ae5147c9d9a39d42cd5bf958c76b0d53d /cpu-exec.c | |
parent | afdfa781e66b689c6c8ee37b7da66bda59df73d2 (diff) | |
download | qemu-9f08349345dae1d67effb8494c8386dd74b94128.zip |
Spelling fixes, thanks to Stefan Weil.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2232 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'cpu-exec.c')
-rw-r--r-- | cpu-exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu-exec.c b/cpu-exec.c index 5950625fb9..f9a06e5302 100644 --- a/cpu-exec.c +++ b/cpu-exec.c @@ -398,7 +398,7 @@ int cpu_exec(CPUState *env1) break; } else if (env->user_mode_only) { /* if user mode only, we simulate a fake exception - which will be hanlded outside the cpu execution + which will be handled outside the cpu execution loop */ #if defined(TARGET_I386) do_interrupt_user(env->exception_index, |