X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=arch%2Fh8300%2Fkernel%2Ftime.c;h=e37c835e67cf2bee6538e07a50913d08cb7a6eca;hb=a90ab95a9576d35de0d05f9f4fc435edcccafaa9;hp=330638220a2e92792a692ba5d6b9ee95fac43bad;hpb=a9deecba19b8f384d97f82c75379da48bccb2588;p=linux-2.6-omap-h63xx.git diff --git a/arch/h8300/kernel/time.c b/arch/h8300/kernel/time.c index 330638220a2..e37c835e67c 100644 --- a/arch/h8300/kernel/time.c +++ b/arch/h8300/kernel/time.c @@ -53,7 +53,7 @@ void time_init(void) /* FIX by dqg : Set to zero for platforms that don't have tod */ /* without this time is undefined and can overflow time_t, causing */ - /* very stange errors */ + /* very strange errors */ year = 1980; mon = day = 1; hour = min = sec = 0;