commit | cf48eb9abd76e5a056937a4e49be094826026abc | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.denx.de> | Sun Apr 16 10:51:58 2006 +0200 |
committer | Wolfgang Denk <wd@pollux.denx.de> | Sun Apr 16 10:51:58 2006 +0200 |
tree | 1e05002f42f0f174f74d712b34c87ed4f99b003f | |
parent | 807522fc9ae49e022c9f3556506b4f4c961b17aa [diff] [blame] |
Some code cleanup
diff --git a/rtc/ds1374.c b/rtc/ds1374.c index 31f06e5..50a996c 100644 --- a/rtc/ds1374.c +++ b/rtc/ds1374.c
@@ -116,7 +116,7 @@ /* * 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;