summaryrefslogtreecommitdiffstats
path: root/rtc/ds1374.c
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2006-04-20 12:25:10 -0500
committerKumar Gala <galak@kernel.crashing.org>2006-04-20 12:25:10 -0500
commitb86d7622b33892b1dafe761a7a9eaeeab9f3816b (patch)
tree56b1b6fc978166abce4afa8e9dee0af94bfc3cd6 /rtc/ds1374.c
parentf8edca2e9a128f526b1fe6f997f7adb852cf5b3c (diff)
parent56a4a63c106cc317fc0fe42686a99416fc469f5b (diff)
downloadu-boot-b86d7622b33892b1dafe761a7a9eaeeab9f3816b.tar.gz
u-boot-b86d7622b33892b1dafe761a7a9eaeeab9f3816b.tar.xz
u-boot-b86d7622b33892b1dafe761a7a9eaeeab9f3816b.zip
Merge branch 'master' of rsync://rsync.denx.de/git/u-boot
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;