staging/trivial: fix typos concerning "adjust"
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Thu, 10 Feb 2011 10:16:01 +0000 (11:16 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 18 Feb 2011 21:30:10 +0000 (13:30 -0800)
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/lirc/lirc_parallel.c
drivers/staging/spectra/flash.c

index 3a9c098..2f668a8 100644 (file)
@@ -295,7 +295,7 @@ static void irq_handler(void *blah)
        } while (lirc_get_signal());
 
        if (signal != 0) {
-               /* ajust value to usecs */
+               /* adjust value to usecs */
                __u64 helper;
 
                helper = ((__u64) signal)*1000000;
index fb39c8e..f11197b 100644 (file)
@@ -3911,7 +3911,7 @@ int GLOB_FTL_Page_Write(u8 *pData, u64 dwPageAddr)
 * Description:  erases the specified block
 *               increments the erase count
 *               If erase count reaches its upper limit,call function to
-*               do the ajustment as per the relative erase count values
+*               do the adjustment as per the relative erase count values
 *&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
 int GLOB_FTL_Block_Erase(u64 blk_addr)
 {