[PATCH] Spelling fixes for drivers/i2c.

Here are some spelling corrections for drivers/i2c.

 occured -> occurred
 intialization -> initialization
 Everytime -> Every time
 transfering -> transferring
 relevent -> relevant
 continous -> continuous
 neccessary -> necessary
 explicitely -> explicitly
 Celcius -> Celsius
 differenciate -> differentiate

Signed-off-by: Steven Cole <elenstev@mesatop.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Steven Cole
2005-05-03 18:21:25 -06:00
committed by Greg Kroah-Hartman
parent ec5ce552d9
commit 44bbe87e90
11 changed files with 19 additions and 19 deletions

View File

@@ -49,7 +49,7 @@ static int i2c_debug=0;
/*
* Generate a start condition on the i2c bus.
*
* returns after the start condition has occured
* returns after the start condition has occurred
*/
static void pca_start(struct i2c_algo_pca_data *adap)
{
@@ -64,7 +64,7 @@ static void pca_start(struct i2c_algo_pca_data *adap)
/*
* Generate a repeated start condition on the i2c bus
*
* return after the repeated start condition has occured
* return after the repeated start condition has occurred
*/
static void pca_repeated_start(struct i2c_algo_pca_data *adap)
{