commit | bf20dc076b30e474635679e167c3ac04b656bb63 | [log] [tgz] |
---|---|---|
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | Mon Jun 30 17:22:19 2008 +0000 |
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | Mon Jun 30 17:22:19 2008 +0000 |
tree | 1674ae594e1150a81b6d54a553529b82b3144e5d | |
parent | b3c7724cbc70109630227c92df2d59deca4dab64 [diff] [blame] |
Spelling fixes, spotted by Stuart Brady. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4809 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/cpu-exec.c b/cpu-exec.c index 08e10f4..6b46bd2 100644 --- a/cpu-exec.c +++ b/cpu-exec.c
@@ -620,7 +620,7 @@ 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. */