From 9deb24c84dd2588cf2d7d1bea8fbdcdc4cfee499 Mon Sep 17 00:00:00 2001 From: mark Date: Fri, 8 Mar 1996 17:11:13 +0000 Subject: [PATCH] Corrected spelling mistakes in comments. --- sys/arch/arm32/arm32/rtc.c | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/sys/arch/arm32/arm32/rtc.c b/sys/arch/arm32/arm32/rtc.c index adf46ee031b0..ec1435a20171 100644 --- a/sys/arch/arm32/arm32/rtc.c +++ b/sys/arch/arm32/arm32/rtc.c @@ -1,4 +1,4 @@ -/* $NetBSD: rtc.c,v 1.1 1996/01/31 23:16:48 mark Exp $ */ +/* $NetBSD: rtc.c,v 1.2 1996/03/08 17:11:13 mark Exp $ */ /* * Copyright (c) 1994,1995 Mark Brinicombe. @@ -41,11 +41,7 @@ * Routines to read and write the RTC and CMOS RAM * * Created : 13/10/94 - * Last updated : 01/07/95 - * * Based of kate/display/iiccontrol.c - * - * $Id: rtc.c,v 1.1 1996/01/31 23:16:48 mark Exp $ */ #include @@ -60,9 +56,9 @@ cmos_read(location) u_char buff; /* - * This commented code dates from when I was translated CMOS address + * This commented code dates from when I was translating CMOS address * from the RISCOS addresses. Now all addresses are specifed as - * actually address in the CMOS RAM + * actual addresses in the CMOS RAM */ /* @@ -95,9 +91,9 @@ cmos_write(location, value) u_char buff[2]; /* - * This commented code dates from when I was translated CMOS address + * This commented code dates from when I was translating CMOS address * from the RISCOS addresses. Now all addresses are specifed as - * actually address in the CMOS RAM + * actual addresses in the CMOS RAM */ /* if (location > 0xF0)