calimain, enbw_cmc: Fix typo in comments
authorChristian Riesch <christian.riesch@omicron.at>
Sun, 25 Mar 2012 22:01:49 +0000 (22:01 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 27 Mar 2012 20:05:29 +0000 (22:05 +0200)
Signed-off-by: Christian Riesch <christian.riesch@omicron.at>
Cc: Heiko Schocher <hs@denx.de>
Cc: Tom Rini <trini@ti.com>
board/enbw/enbw_cmc/enbw_cmc.c
board/omicron/calimain/calimain.c

index 16d1b08..6c0d931 100644 (file)
@@ -525,7 +525,7 @@ void bootcount_store(ulong a)
 
        /*
         * write RTC kick register to enable write
-        * for RTC Scratch registers. Cratch0 and 1 are
+        * for RTC Scratch registers. Scratch0 and 1 are
         * used for bootcount values.
         */
        writel(RTC_KICK0R_WE, &reg->kick0r);
index 97ba74a..54415ce 100644 (file)
@@ -166,7 +166,7 @@ void bootcount_store(ulong a)
 
        /*
         * write RTC kick register to enable write
-        * for RTC Scratch registers. Cratch0 and 1 are
+        * for RTC Scratch registers. Scratch0 and 1 are
         * used for bootcount values.
         */
        writel(RTC_KICK0R_WE, &reg->kick0r);