Skip to content

Commit

Permalink
microblaze: trivial: Fix typo fault
Browse files Browse the repository at this point in the history
descrtiption -> description

Signed-off-by: Michal Simek <monstr@monstr.eu>
  • Loading branch information
Michal Simek committed Jul 25, 2011
1 parent a0ec99b commit 5db34eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/microblaze/include/asm/pvr.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ struct pvr_s {
/* Target family PVR mask */
#define PVR10_TARGET_FAMILY_MASK 0xFF000000

/* MMU descrtiption */
/* MMU description */
#define PVR11_USE_MMU 0xC0000000
#define PVR11_MMU_ITLB_SIZE 0x38000000
#define PVR11_MMU_DTLB_SIZE 0x07000000
Expand Down

0 comments on commit 5db34eb

Please sign in to comment.