From e03ba136377ff0038276ba493473127338c68ebc Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 9 Apr 2013 12:48:19 +0100 Subject: Typo, spelling and grammatical fixes Minor fixes to documentation and code comments. Signed-off-by: Peter Maydell Signed-off-by: Stefan Hajnoczi --- target-microblaze/mmu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-microblaze/mmu.c') 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; -- cgit v1.2.1