diff options
Diffstat (limited to 'src/arch/i386')
-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 |