Browse Source

Fixed common.h spelling error.
Patch by Cory Tusar, 30 Nov 2005

Wolfgang Denk 18 years ago
parent
commit
2f6fa46d41
2 changed files with 4 additions and 1 deletions
  1. 3 0
      CHANGELOG
  2. 1 1
      include/common.h

+ 3 - 0
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
 

+ 1 - 1
include/common.h

@@ -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