diff options
author | Sangjung Woo <sangjung.woo@samsung.com> | 2014-07-29 20:56:21 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2014-08-05 16:43:21 -0400 |
commit | 5be876cf7e6feeca6dc2bbdb3f1fa0167e13621d (patch) | |
tree | ea4302ca1ca36a1f8914587c3d2a6c3c6c231e0e /Documentation/watchdog | |
parent | f728f4bfc495a588abda4661c09595112677be25 (diff) |
Documentation: 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>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'Documentation/watchdog')
-rw-r--r-- | Documentation/watchdog/watchdog-api.txt | 2 |
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. | |||
118 | Note that the pretimeout is the number of seconds before the time | 118 | Note that the pretimeout is the number of seconds before the time |
119 | when the timeout will go off. It is not the number of seconds until | 119 | when the timeout will go off. It is not the number of seconds until |
120 | the pretimeout. So, for instance, if you set the timeout to 60 seconds | 120 | the pretimeout. So, for instance, if you set the timeout to 60 seconds |
121 | and the pretimeout to 10 seconds, the pretimout will go of in 50 | 121 | and the pretimeout to 10 seconds, the pretimeout will go off in 50 |
122 | seconds. Setting a pretimeout to zero disables it. | 122 | seconds. Setting a pretimeout to zero disables it. |
123 | 123 | ||
124 | There is also a get function for getting the pretimeout: | 124 | There is also a get function for getting the pretimeout: |