]> Pileus Git - ~andy/linux/commitdiff
Documentation: Fix typo in watchdog-kernel-api.txt
authorMasanari Iida <standby24x7@gmail.com>
Fri, 10 Feb 2012 15:09:20 +0000 (00:09 +0900)
committerJiri Kosina <jkosina@suse.cz>
Tue, 21 Feb 2012 10:40:34 +0000 (11:40 +0100)
Correct spelling "retruns" to "returns" in
Documentations/watchdog/watchdog-kernel-api.txt

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Documentation/watchdog/watchdog-kernel-api.txt

index 4b93c28e35c672925d88e5460c0a1c4cb6da7ca7..9e162465b0cf024844a507b78c640ac759e7a0b1 100644 (file)
@@ -167,4 +167,4 @@ driver specific data to and a pointer to the data itself.
 
 The watchdog_get_drvdata function allows you to retrieve driver specific data.
 The argument of this function is the watchdog device where you want to retrieve
-data from. The function retruns the pointer to the driver specific data.
+data from. The function returns the pointer to the driver specific data.