summaryrefslogtreecommitdiffstats
path: root/src/console/printk.c
diff options
context:
space:
mode:
authorMartin Roth <martin.roth@se-eng.com>2013-07-08 16:22:54 -0600
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-07-10 20:16:50 +0200
commit50d887d4f4f5f4c4717a2308f4bf069d86ca4ff7 (patch)
tree5fbc4800bd39a64e382a1741fae8128564d6151a /src/console/printk.c
parent7b5f8ef2eab7f1211888ae420d76176f49721601 (diff)
downloadcoreboot-50d887d4f4f5f4c4717a2308f4bf069d86ca4ff7.tar.gz
coreboot-50d887d4f4f5f4c4717a2308f4bf069d86ca4ff7.tar.bz2
coreboot-50d887d4f4f5f4c4717a2308f4bf069d86ca4ff7.zip
console: Fix spelling
Change-Id: I1fef27c4a16ee4358ace8014a8d6e9fa92c4f790 Signed-off-by: Martin Roth <martin.roth@se-eng.com> Reviewed-on: http://review.coreboot.org/3728 Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/console/printk.c')
-rw-r--r--src/console/printk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/printk.c b/src/console/printk.c
index 75490881f6cf..e24c752492d5 100644
--- a/src/console/printk.c
+++ b/src/console/printk.c
@@ -1,5 +1,5 @@
/*
- * blantantly copied from linux/kernel/printk.c
+ * blatantly copied from linux/kernel/printk.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*