From bf20dc076b30e474635679e167c3ac04b656bb63 Mon Sep 17 00:00:00 2001 From: ths Date: Mon, 30 Jun 2008 17:22:19 +0000 Subject: Spelling fixes, spotted by Stuart Brady. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4809 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-mips/translate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target-mips') diff --git a/target-mips/translate.c b/target-mips/translate.c index bd14e32..c1b3823 100644 --- a/target-mips/translate.c +++ b/target-mips/translate.c @@ -3998,7 +3998,7 @@ static void gen_mtc0 (CPUState *env, DisasContext *ctx, TCGv t0, int reg, int se rn, reg, sel); } #endif - /* For simplicitly assume that all writes can cause interrupts. */ + /* For simplicity assume that all writes can cause interrupts. */ if (use_icount) { gen_io_end(); ctx->bstate = BS_STOP; @@ -5170,7 +5170,7 @@ static void gen_dmtc0 (CPUState *env, DisasContext *ctx, TCGv t0, int reg, int s } #endif tcg_temp_free(t0); - /* For simplicitly assume that all writes can cause interrupts. */ + /* For simplicity assume that all writes can cause interrupts. */ if (use_icount) { gen_io_end(); ctx->bstate = BS_STOP; -- cgit v1.1