Commit 7d5b60b7 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Linus Torvalds

[PATCH] fix some comments about epoch in arch/alpha/kernel/time.c

(from the Debian kernel package)
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent e0e9e72a
......@@ -366,7 +366,7 @@ time_init(void)
BCD_TO_BIN(year);
}
/* PC-like is standard; used for year < 20 || year >= 70 */
/* PC-like is standard; used for year >= 70 */
epoch = 1900;
if (year < 20)
epoch = 2000;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment