aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-01-09 18:08:17 -0500
committerAdrian Bunk <bunk@r063144.stusta.swh.mhn.de>2006-01-09 18:08:17 -0500
commita58a414fd5438f5ade6210ad0e8b14fbd6f503c5 (patch)
tree89c934be5760d7e26aadf88e90cb954e80591f9e /arch/xtensa/kernel
parentf17578decc40df8fceff82b106582e30bdfb3189 (diff)
spelling: s/usefull/useful/
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'arch/xtensa/kernel')
-rw-r--r--arch/xtensa/kernel/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/kernel/time.c b/arch/xtensa/kernel/time.c
index cb6e38ed2b1d..937d81f62f43 100644
--- a/arch/xtensa/kernel/time.c
+++ b/arch/xtensa/kernel/time.c
@@ -201,7 +201,7 @@ again:
201 if ((signed long)(get_ccount() - next) > 0) 201 if ((signed long)(get_ccount() - next) > 0)
202 goto again; 202 goto again;
203 203
204 /* Allow platform to do something usefull (Wdog). */ 204 /* Allow platform to do something useful (Wdog). */
205 205
206 platform_heartbeat(); 206 platform_heartbeat();
207 207