aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/i2c.h
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2014-10-22 00:00:14 +0900
committerJonathan Corbet <corbet@lwn.net>2014-11-03 11:53:34 -0500
commitf353d71f75394e518b4d939aea2030d8e239dd41 (patch)
treeccb5482025a3eed1f9edfc468cd3652852968a3a /include/linux/i2c.h
parentLinux 3.18-rc3 (diff)
downloadlinux-dev-f353d71f75394e518b4d939aea2030d8e239dd41.tar.xz
linux-dev-f353d71f75394e518b4d939aea2030d8e239dd41.zip
treewide: Fix typo in Documentation/DocBook/device-drivers
This patch fix speeling typo found in html files within Documentation/DocBook/device-drivers. It is because html files are generated from comments in source, so I have to fix comments in the source. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Acked-by: Wolfram Sang <wsa@the-dreams.de> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'include/linux/i2c.h')
-rw-r--r--include/linux/i2c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h
index b556e0ab946f..70ee0d3a2be3 100644
--- a/include/linux/i2c.h
+++ b/include/linux/i2c.h
@@ -359,7 +359,7 @@ i2c_register_board_info(int busnum, struct i2c_board_info const *info,
* to name two of the most common.
*
* The return codes from the @master_xfer field should indicate the type of
- * error code that occured during the transfer, as documented in the kernel
+ * error code that occurred during the transfer, as documented in the kernel
* Documentation file Documentation/i2c/fault-codes.
*/
struct i2c_algorithm {