diff options
author | Michal Simek <monstr@monstr.eu> | 2011-07-12 12:36:29 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2011-07-25 09:07:45 +0200 |
commit | 5db34eb92f5699361de355dcd7958fdd2a9fb98a (patch) | |
tree | 9fa9320e1c1d37f8c7da77052af28e9ed78e0e0a /arch | |
parent | a0ec99bda8d42001dc37191f1282a401d2f6e4e1 (diff) | |
download | talos-op-linux-5db34eb92f5699361de355dcd7958fdd2a9fb98a.tar.gz talos-op-linux-5db34eb92f5699361de355dcd7958fdd2a9fb98a.zip |
microblaze: trivial: Fix typo fault
descrtiption -> description
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/microblaze/include/asm/pvr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/pvr.h b/arch/microblaze/include/asm/pvr.h index a10bec62e857..56a80e45c4e2 100644 --- a/arch/microblaze/include/asm/pvr.h +++ b/arch/microblaze/include/asm/pvr.h @@ -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 |