summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWolfgang Denk <wd@fifi.denx.de>2006-08-14 23:17:47 +0200
committerWolfgang Denk <wd@fifi.denx.de>2006-08-14 23:17:47 +0200
commit2f6fa46d4149f62f0e8686d5005da2beeba9e243 (patch)
tree7d8f7f67c36b955d8d4d4d4b5960bea5e3cff240 /include
parentddd5d9daf07be16f4cf40e2dc760a5b67d01224f (diff)
downloadbarebox-2f6fa46d4149f62f0e8686d5005da2beeba9e243.tar.gz
barebox-2f6fa46d4149f62f0e8686d5005da2beeba9e243.tar.xz
Fixed common.h spelling error.
Patch by Cory Tusar, 30 Nov 2005
Diffstat (limited to 'include')
-rw-r--r--include/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index bd41ae179a..9a19001c18 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