X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=arch%2Fxtensa%2Fkernel%2Ftime.c;h=937d81f62f43e73e90e75e1280a0ef899cbbadbe;hb=536ea4e4198eeaa5a73fb734ea675e621609bb7e;hp=cb6e38ed2b1dfc26ed03963cea0be6f37fc71480;hpb=1480d0a31db62b9803f829cc0e5cc71935ffe3cc;p=powerpc.git diff --git a/arch/xtensa/kernel/time.c b/arch/xtensa/kernel/time.c index cb6e38ed2b..937d81f62f 100644 --- a/arch/xtensa/kernel/time.c +++ b/arch/xtensa/kernel/time.c @@ -201,7 +201,7 @@ again: if ((signed long)(get_ccount() - next) > 0) goto again; - /* Allow platform to do something usefull (Wdog). */ + /* Allow platform to do something useful (Wdog). */ platform_heartbeat();