aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSangjung Woo <sangjung.woo@samsung.com>2014-07-29 20:56:21 -0400
committerJiri Kosina <jkosina@suse.cz>2014-07-30 05:22:03 -0400
commit51a7097426f2243e192df4979c2bf197e6f2ce61 (patch)
tree89411d8eaebd538dcff4fc8bbc00e1a638a1c1dd
parentd31e373d077848f5d40abd8621b4ebd4d2179dd7 (diff)
doc: fix two typos in watchdog-api.txt
This patch changes 'go of' to 'go off' and 'pretimout' to 'pretimeout'. Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r--Documentation/watchdog/watchdog-api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/watchdog/watchdog-api.txt b/Documentation/watchdog/watchdog-api.txt
index eb7132ed8bbc..b3a701f48118 100644
--- a/Documentation/watchdog/watchdog-api.txt
+++ b/Documentation/watchdog/watchdog-api.txt
@@ -118,7 +118,7 @@ resets.
118Note that the pretimeout is the number of seconds before the time 118Note that the pretimeout is the number of seconds before the time
119when the timeout will go off. It is not the number of seconds until 119when the timeout will go off. It is not the number of seconds until
120the pretimeout. So, for instance, if you set the timeout to 60 seconds 120the pretimeout. So, for instance, if you set the timeout to 60 seconds
121and the pretimeout to 10 seconds, the pretimout will go of in 50 121and the pretimeout to 10 seconds, the pretimeout will go off in 50
122seconds. Setting a pretimeout to zero disables it. 122seconds. Setting a pretimeout to zero disables it.
123 123
124There is also a get function for getting the pretimeout: 124There is also a get function for getting the pretimeout: