diff options
| author | Kumar Gala <[email protected]> | 2006-04-20 12:25:10 -0500 |
|---|---|---|
| committer | Kumar Gala <[email protected]> | 2006-04-20 12:25:10 -0500 |
| commit | b86d7622b33892b1dafe761a7a9eaeeab9f3816b (patch) | |
| tree | 56b1b6fc978166abce4afa8e9dee0af94bfc3cd6 /rtc | |
| parent | f8edca2e9a128f526b1fe6f997f7adb852cf5b3c (diff) | |
| parent | 56a4a63c106cc317fc0fe42686a99416fc469f5b (diff) | |
Merge branch 'master' of rsync://rsync.denx.de/git/u-boot
Diffstat (limited to 'rtc')
| -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 31f06e58748..50a996c5cbd 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; |
