diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-05-26 19:52:29 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-05-26 19:52:29 +0000 |
commit | f8009f6e463e355844b35ddf145d2428e98c4fbd (patch) | |
tree | d1069a6539882ddf4e35cd594bc0836e8582fabc /sys/arch/arm | |
parent | 720cb452174b7abfc2646245dcf0c3bfd5ece52e (diff) |
typo jfb@ didn't want to fix
Diffstat (limited to 'sys/arch/arm')
-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 |