]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
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 16d1b08675a2da662b581325d371ed31ce493398..6c0d931eea06921f10f4625ee4dfd256e27d1799 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 97ba74a77fa31798291b9fdc9b184fb25249d329..54415cedaf70f092a9915220b0ad96632cd85924 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);