diff options
author | Geert Uytterhoeven <geert+renesas@linux-m68k.org> | 2014-03-11 11:23:43 +0100 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-03-12 08:15:41 +0100 |
commit | 6808b002520de85aaa77237f4a9d33376fa393e9 (patch) | |
tree | c6355ff03214bcdd6c07099bccc12d31aa16a35b /Documentation | |
parent | 8efd1e9ee3bd55e20cb36e56ca53096cf2b3a930 (diff) | |
download | op-kernel-dev-6808b002520de85aaa77237f4a9d33376fa393e9.zip op-kernel-dev-6808b002520de85aaa77237f4a9d33376fa393e9.tar.gz |
i2c: Spelling s/than/that/
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/i2c/functionality | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/i2c/functionality b/Documentation/i2c/functionality index b0ff2ab..4556a3e 100644 --- a/Documentation/i2c/functionality +++ b/Documentation/i2c/functionality @@ -46,7 +46,7 @@ A few combinations of the above flags are also defined for your convenience: and write_block_data commands I2C_FUNC_SMBUS_I2C_BLOCK Handles the SMBus read_i2c_block_data and write_i2c_block_data commands - I2C_FUNC_SMBUS_EMUL Handles all SMBus commands than can be + I2C_FUNC_SMBUS_EMUL Handles all SMBus commands that can be emulated by a real I2C adapter (using the transparent emulation layer) |