diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-21 13:49:56 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-06-10 04:13:55 -0700 |
commit | 811b6024311abf0dcf8e09bb7e787691bb26cfad (patch) | |
tree | 3a6bec627f1dd0c110f934d4549a8f2210e6af2f /arch/arm/mach-omap1 | |
parent | 566ad81f13d1bb29e454d155f18f90b46446888e (diff) | |
download | linux-811b6024311abf0dcf8e09bb7e787691bb26cfad.tar.bz2 |
ARM: OMAP1: Fix typo in mtd-xip.h
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1')
-rw-r--r-- | arch/arm/mach-omap1/include/mach/mtd-xip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/include/mach/mtd-xip.h b/arch/arm/mach-omap1/include/mach/mtd-xip.h index f82a8dcaad94..d09b2bc4920f 100644 --- a/arch/arm/mach-omap1/include/mach/mtd-xip.h +++ b/arch/arm/mach-omap1/include/mach/mtd-xip.h @@ -39,7 +39,7 @@ static inline unsigned long xip_omap_mpu_timer_read(int nr) #define xip_currtime() (~xip_omap_mpu_timer_read(0)) /* - * It's permitted to do approxmation for xip_elapsed_since macro + * It's permitted to do approximation for xip_elapsed_since macro * (see linux/mtd/xip.h) */ |