1
0
Fork 0

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>
hifive-unleashed-5.1
Andrea Gelmini 2016-05-21 13:49:56 +02:00 committed by Tony Lindgren
parent 566ad81f13
commit 811b602431
1 changed files with 1 additions and 1 deletions

View File

@ -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)
*/