diff options
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 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. */ |