i2c: core: fix typo in comment
authorShailendra Verma <shailendra.capricorn@gmail.com>
Mon, 18 May 2015 16:54:01 +0000 (22:24 +0530)
committerWolfram Sang <wsa@the-dreams.de>
Sun, 31 May 2015 23:41:13 +0000 (08:41 +0900)
Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/i2c-core.c

index b8f11b82485cd35ab7cf78fdd7326930ed478421..c007d3929da559439c28b5dfdf6ac7d08506ccab 100644 (file)
@@ -1673,7 +1673,7 @@ void i2c_del_adapter(struct i2c_adapter *adap)
         * FIXME: This is old code and should ideally be replaced by an
         * alternative which results in decoupling the lifetime of the struct
         * device from the i2c_adapter, like spi or netdev do. Any solution
-        * should be throughly tested with DEBUG_KOBJECT_RELEASE enabled!
+        * should be thoroughly tested with DEBUG_KOBJECT_RELEASE enabled!
         */
        init_completion(&adap->dev_released);
        device_unregister(&adap->dev);
This page took 0.025561 seconds and 5 git commands to generate.