Fixed common.h spelling error.
authorWolfgang Denk <wd@fifi.denx.de>
Mon, 14 Aug 2006 21:17:47 +0000 (23:17 +0200)
committerWolfgang Denk <wd@fifi.denx.de>
Mon, 14 Aug 2006 21:17:47 +0000 (23:17 +0200)
Patch by Cory Tusar, 30 Nov 2005

CHANGELOG
include/common.h

index 2ddc67d71a2c9a1d9865853eb6e99c05034d8ecc..206c441096e94775edf8da47e413852cf401c391 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@
 Changes since U-Boot 1.1.4:
 ======================================================================
 
+* Fixed common.h spelling error.
+  Patch by Cory Tusar, 30 Nov 2005
+
 * Fix typo.
   Patch by Andreas Engel, 28 Nov 2005
 
index bd41ae179ae2b55f44683a382d458d7e2770ce91..9a19001c18d841a6a3af04b16b81666bca9c3d5f 100644 (file)
@@ -603,7 +603,7 @@ void        show_boot_progress (int status);
 #endif
 
 #ifdef CONFIG_INIT_CRITICAL
-#error CONFIG_INIT_CRITICAL is depracted!
+#error CONFIG_INIT_CRITICAL is deprecated!
 #error Read section CONFIG_SKIP_LOWLEVEL_INIT in README.
 #endif