From 2edb650a91bf0a4b53b502af30023b168f95f7ca Mon Sep 17 00:00:00 2001 From: drochner Date: Wed, 1 Jun 2005 16:13:45 +0000 Subject: [PATCH] typo in comment --- sys/arch/alpha/alpha/clock.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/arch/alpha/alpha/clock.c b/sys/arch/alpha/alpha/clock.c index 0f3eda780c4f..4d33fe117579 100644 --- a/sys/arch/alpha/alpha/clock.c +++ b/sys/arch/alpha/alpha/clock.c @@ -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 /* 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 #include @@ -141,7 +141,7 @@ clockattach(dev, fns) * * 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 @@ setstatclockrate(newhz) } /* - * 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. */