summaryrefslogtreecommitdiffstats
path: root/rtc
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-04-16 10:51:58 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-04-16 10:51:58 +0200
commitcf48eb9abd76e5a056937a4e49be094826026abc (patch)
tree1e05002f42f0f174f74d712b34c87ed4f99b003f /rtc
parent807522fc9ae49e022c9f3556506b4f4c961b17aa (diff)
downloadblackbird-obmc-uboot-cf48eb9abd76e5a056937a4e49be094826026abc.tar.gz
blackbird-obmc-uboot-cf48eb9abd76e5a056937a4e49be094826026abc.zip
Some code cleanup
Diffstat (limited to 'rtc')
-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;
OpenPOWER on IntegriCloud