Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/alpha typo in comment



details:   https://anonhg.NetBSD.org/src/rev/88946c3dcaa8
branches:  trunk
changeset: 581435:88946c3dcaa8
user:      drochner <drochner%NetBSD.org@localhost>
date:      Wed Jun 01 16:13:45 2005 +0000

description:
typo in comment

diffstat:

 sys/arch/alpha/alpha/clock.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r e66777c204fc -r 88946c3dcaa8 sys/arch/alpha/alpha/clock.c
--- a/sys/arch/alpha/alpha/clock.c      Wed Jun 01 16:13:04 2005 +0000
+++ b/sys/arch/alpha/alpha/clock.c      Wed Jun 01 16:13:45 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: clock.c,v 1.34 2003/08/07 16:26:31 agc Exp $ */
+/* $NetBSD: clock.c,v 1.35 2005/06/01 16:13:45 drochner Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -80,7 +80,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.34 2003/08/07 16:26:31 agc Exp $");
+__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.35 2005/06/01 16:13:45 drochner Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>
@@ -141,7 +141,7 @@
  *
  * Inittodr initializes the time of day hardware which provides
  * date functions.  Its primary function is to use some file
- * system information in case the hardare clock lost state.
+ * system information in case the hardware clock lost state.
  *
  * Resettodr restores the time of day hardware after a time change.
  */
@@ -201,7 +201,7 @@
 }
 
 /*
- * Initialze the time of day register, based on the time base which is, e.g.
+ * Initialize the time of day register, based on the time base which is, e.g.
  * from a filesystem.  Base provides the time to within six months,
  * and the time of year clock (if any) provides the rest.
  */



Home | Main Index | Thread Index | Old Index