From: Wolfgang Denk Date: Mon, 14 Aug 2006 21:17:47 +0000 (+0200) Subject: Fixed common.h spelling error. X-Git-Tag: v2008.10-rc1~1134^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2f6fa46d4149f62f0e8686d5005da2beeba9e243;p=platform%2Fkernel%2Fu-boot.git Fixed common.h spelling error. Patch by Cory Tusar, 30 Nov 2005 --- diff --git a/CHANGELOG b/CHANGELOG index 2ddc67d..206c441 100644 --- 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 diff --git a/include/common.h b/include/common.h index bd41ae1..9a19001 100644 --- a/include/common.h +++ b/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