From cf48eb9abd76e5a056937a4e49be094826026abc Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Sun, 16 Apr 2006 10:51:58 +0200 Subject: Some code cleanup --- rtc/ds1374.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtc') diff --git a/rtc/ds1374.c b/rtc/ds1374.c index 31f06e5874..50a996c5cb 100644 --- a/rtc/ds1374.c +++ b/rtc/ds1374.c @@ -116,7 +116,7 @@ void rtc_get (struct rtc_time *tm){ /* * Since the reads are being performed one byte at a time, - * there is a chance that a carry will occur during the read. + * there is a chance that a carry will occur during the read. * To detect this, 2 reads are performed and compared. */ limit = 10; -- cgit v1.2.3