mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
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>
This commit is contained in:
parent
5947c697ce
commit
e03ba13637
9 changed files with 18 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue