aboutsummaryrefslogtreecommitdiff
path: root/target-mips
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 /target-mips
parentb3c7724cbc70109630227c92df2d59deca4dab64 (diff)
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 'target-mips')
-rw-r--r--target-mips/translate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/target-mips/translate.c b/target-mips/translate.c
index bd14e32550..c1b38233a8 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;