From: Stefan Reinauer Date: Thu, 24 Nov 2005 10:25:46 +0000 (+0000) Subject: fix typos reported by Martin Ley X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=e0e137844adc8366de58514b10ed962da46ce77b;p=coreboot.git fix typos reported by Martin Ley git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2101 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- diff --git a/src/arch/i386/lib/console.c b/src/arch/i386/lib/console.c index b233f7559..fd1b5d759 100644 --- a/src/arch/i386/lib/console.c +++ b/src/arch/i386/lib/console.c @@ -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 diff --git a/src/include/console/console.h b/src/include/console/console.h index 5d31dd129..1707ee8f5 100644 --- a/src/include/console/console.h +++ b/src/include/console/console.h @@ -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