staging/trivial: fix typos concerning "adjust"

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Uwe Kleine-König 2011-02-10 11:16:01 +01:00 committed by Greg Kroah-Hartman
parent aec563b4f0
commit dca488b87e
2 changed files with 2 additions and 2 deletions

View 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;

View 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)
{