2007-05-08 15:32:55

by Daniel Walker

[permalink] [raw]
Subject: [PATCH] clocksource: spell error in watchdog code

Signed-Off-By: Daniel Walker <[email protected]>

---
kernel/time/clocksource.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.21/kernel/time/clocksource.c
===================================================================
--- linux-2.6.21.orig/kernel/time/clocksource.c
+++ linux-2.6.21/kernel/time/clocksource.c
@@ -77,7 +77,7 @@ static cycle_t watchdog_last;
static int watchdog_resumed;

/*
- * Interval: 0.5sec Treshold: 0.0625s
+ * Interval: 0.5sec Threshold: 0.0625s
*/
#define WATCHDOG_INTERVAL (HZ >> 1)
#define WATCHDOG_TRESHOLD (NSEC_PER_SEC >> 4)
--

--