summaryrefslogtreecommitdiffstats
path: root/target-microblaze
diff options
context:
space:
mode:
authorPeter Maydell2013-04-09 13:48:19 +0200
committerStefan Hajnoczi2013-04-12 14:33:20 +0200
commite03ba136377ff0038276ba493473127338c68ebc (patch)
tree0867b99c98e6c420cd79ee8216569c5e15332e48 /target-microblaze
parentlinux-user: pass correct host flags to eventfd2 call (diff)
downloadqemu-e03ba136377ff0038276ba493473127338c68ebc.tar.gz
qemu-e03ba136377ff0038276ba493473127338c68ebc.tar.xz
qemu-e03ba136377ff0038276ba493473127338c68ebc.zip
Typo, spelling and grammatical fixes
Minor fixes to documentation and code comments. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'target-microblaze')
-rw-r--r--target-microblaze/mmu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-microblaze/mmu.c b/target-microblaze/mmu.c
index 53ad263a05..73bf8059be 100644
--- a/target-microblaze/mmu.c
+++ b/target-microblaze/mmu.c
@@ -114,7 +114,7 @@ unsigned int mmu_translate(struct microblaze_mmu *mmu,
tlb_ex = d & TLB_EX;
tlb_wr = d & TLB_WR;
- /* Now lets see if there is a zone that overrides the protbits. */
+ /* Now let's see if there is a zone that overrides the protbits. */
tlb_zsel = (d >> 4) & 0xf;
t0 = mmu->regs[MMU_R_ZPR] >> (30 - (tlb_zsel * 2));
t0 &= 0x3;