summaryrefslogtreecommitdiffstats
path: root/rtc/ds1374.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtc/ds1374.c')
-rw-r--r--rtc/ds1374.c2
1 files changed, 1 insertions, 1 deletions
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;