diff options
Diffstat (limited to 'sys/arch/arm/footbridge')
-rw-r--r-- | sys/arch/arm/footbridge/todclock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm/footbridge/todclock.c b/sys/arch/arm/footbridge/todclock.c index b72be435ecc..844fe664d38 100644 --- a/sys/arch/arm/footbridge/todclock.c +++ b/sys/arch/arm/footbridge/todclock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: todclock.c,v 1.4 2004/12/30 23:13:31 miod Exp $ */ +/* $OpenBSD: todclock.c,v 1.5 2005/05/26 19:52:28 pedro Exp $ */ /* $NetBSD: todclock.c,v 1.4 2002/10/02 05:02:30 thorpej Exp $ */ /* @@ -176,7 +176,7 @@ static int timeset = 0; #define EPOCHYEAR 1970 /* - * Globally visable functions + * Globally visible functions * * These functions are used from other parts of the kernel. * These functions use the functions defined in the tod_sc |