summaryrefslogtreecommitdiffstats
path: root/arch/h8300/kernel/time.c
diff options
context:
space:
mode:
authorSimon Arlott2007-10-20 01:10:46 +0200
committerAdrian Bunk2007-10-20 01:10:46 +0200
commit5e71c6051585da46b898b21bd8e5b6df2795f03f (patch)
tree73a14fe2089f41577e273060bb5e8303428375bd /arch/h8300/kernel/time.c
parentspelling fixes: arch/frv/ (diff)
downloadkernel-qcow2-linux-5e71c6051585da46b898b21bd8e5b6df2795f03f.tar.gz
kernel-qcow2-linux-5e71c6051585da46b898b21bd8e5b6df2795f03f.tar.xz
kernel-qcow2-linux-5e71c6051585da46b898b21bd8e5b6df2795f03f.zip
spelling fixes: arch/h8300/
Spelling fixes in arch/h8300/. Signed-off-by: Simon Arlott <simon@fire.lp0.eu> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'arch/h8300/kernel/time.c')
-rw-r--r--arch/h8300/kernel/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/h8300/kernel/time.c b/arch/h8300/kernel/time.c
index 330638220a2e..e37c835e67cf 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;