fix typos reported by Martin Ley
authorStefan Reinauer <stepan@openbios.org>
Thu, 24 Nov 2005 10:25:46 +0000 (10:25 +0000)
committerStefan Reinauer <stepan@openbios.org>
Thu, 24 Nov 2005 10:25:46 +0000 (10:25 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2101 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/arch/i386/lib/console.c
src/include/console/console.h

index b233f75595400ca6a9857371ddaec8a6739da7ec..fd1b5d759eb30a4a89ba3eb32f95e86f74efcd07 100644 (file)
@@ -191,7 +191,7 @@ extern int do_printk(int msg_level, const char *fmt, ...);
 #endif
 #if MAXIMUM_CONSOLE_LOGLEVEL <= BIOS_ALERT
 #undef  printk_alert
-#define printk_alart(fmt, arg...)   do {} while(0)
+#define printk_alert(fmt, arg...)   do {} while(0)
 #endif
 #if MAXIMUM_CONSOLE_LOGLEVEL <= BIOS_CRIT
 #undef  printk_crit
index 5d31dd1296e62878ea4e25c58223cc6fc72a44ba..1707ee8f532a7ac0cb4a3b6c88aedb2ec5d85468 100644 (file)
@@ -45,7 +45,7 @@ int do_printk(int msg_level, const char *fmt, ...);
 #endif
 #if MAXIMUM_CONSOLE_LOGLEVEL <= BIOS_ALERT
 #undef  printk_alert
-#define printk_alart(fmt, arg...)   do {} while(0)
+#define printk_alert(fmt, arg...)   do {} while(0)
 #endif
 #if MAXIMUM_CONSOLE_LOGLEVEL <= BIOS_CRIT
 #undef  printk_crit