diff options
author | Stefan Reinauer <stepan@openbios.org> | 2005-11-24 10:25:46 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2005-11-24 10:25:46 +0000 |
commit | e0e137844adc8366de58514b10ed962da46ce77b (patch) | |
tree | 6f0460491341c2a2d87e8d10d66f3204b6bde808 /src/arch/i386/lib | |
parent | 164586bad8abe494a765f4ab11740855916f4706 (diff) | |
download | coreboot-e0e137844adc8366de58514b10ed962da46ce77b.tar.xz |
fix typos reported by Martin Ley
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2101 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/i386/lib')
-rw-r--r-- | src/arch/i386/lib/console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/lib/console.c b/src/arch/i386/lib/console.c index b233f75595..fd1b5d759e 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 |