]> git.sur5r.net Git - u-boot/blobdiff - rtc/ds1374.c
Fix spelling; minor code cleanup.
[u-boot] / rtc / ds1374.c
index 31f06e587489008a847648a37e84d2f9302f32f4..50a996c5cbd7e24266b688630b96401a422d2313 100644 (file)
@@ -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;