summaryrefslogtreecommitdiff
path: root/cpu-exec.c
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2008-06-30 17:22:19 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2008-06-30 17:22:19 +0000
commitbf20dc076b30e474635679e167c3ac04b656bb63 (patch)
tree1674ae594e1150a81b6d54a553529b82b3144e5d /cpu-exec.c
parentb3c7724cbc70109630227c92df2d59deca4dab64 (diff)
downloadqemu-bf20dc076b30e474635679e167c3ac04b656bb63.tar.gz
Spelling fixes, spotted by Stuart Brady.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4809 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'cpu-exec.c')
-rw-r--r--cpu-exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu-exec.c b/cpu-exec.c
index 08e10f4322..6b46bd2c98 100644
--- a/cpu-exec.c
+++ b/cpu-exec.c
@@ -620,7 +620,7 @@ int cpu_exec(CPUState *env1)
next_tb = tcg_qemu_tb_exec(tc_ptr);
env->current_tb = NULL;
if ((next_tb & 3) == 2) {
- /* Instruction counter exired. */
+ /* Instruction counter expired. */
int insns_left;
tb = (TranslationBlock *)(long)(next_tb & ~3);
/* Restore PC. */