diff options
Diffstat (limited to 'rtc/ds1374.c')
| -rw-r--r-- | rtc/ds1374.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/rtc/ds1374.c b/rtc/ds1374.c index 31f06e587..50a996c5c 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; |