From: Christoph Hellwig (from the Debian kernel package) Signed-off-by: Andrew Morton --- 25-akpm/arch/alpha/kernel/time.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/alpha/kernel/time.c~fix-some-comments-about-epoch-in-arch-alpha-kernel-timec arch/alpha/kernel/time.c --- 25/arch/alpha/kernel/time.c~fix-some-comments-about-epoch-in-arch-alpha-kernel-timec 2004-08-15 17:12:22.716056880 -0700 +++ 25-akpm/arch/alpha/kernel/time.c 2004-08-15 17:12:22.720056272 -0700 @@ -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; _