From tklauser@access.unizh.ch Thu May 19 12:48:22 2005 Date: Thu, 19 May 2005 21:39:06 +0200 From: Tobias Klauser To: greg@kroah.com, khali@linux-fr.org Subject: I2C: Spelling fixes for drivers/i2c/busses/i2c-parport.c Message-ID: <20050519193906.GB783@mail.nuerscht.ch> This patch fixes a double "the" in a comment section. Signed-off-by: Tobias Klauser Signed-off-by: Greg Kroah-Hartman --- drivers/i2c/busses/i2c-parport.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) --- gregkh-2.6.orig/drivers/i2c/busses/i2c-parport.c 2005-05-23 16:06:41.000000000 -0700 +++ gregkh-2.6/drivers/i2c/busses/i2c-parport.c 2005-05-23 16:18:17.000000000 -0700 @@ -130,7 +130,7 @@ /* Encapsulate the functions above in the correct structure. Note that this is only a template, from which the real structures are copied. The attaching code will set getscl to NULL for adapters that - cannot read SCL back, and will also make the the data field point to + cannot read SCL back, and will also make the data field point to the parallel port structure. */ static struct i2c_algo_bit_data parport_algo_data = { .setsda = parport_setsda,