Fix typo in printed messages

Coult -> Could

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Anatol Pomozov
2012-06-23 15:54:34 -07:00
committed by Linus Torvalds
parent 104452f052
commit 02b7d83436
3 changed files with 3 additions and 3 deletions

View File

@@ -443,7 +443,7 @@ static int __init vio_init(void)
root_vdev = vio_create_one(hp, root, NULL);
err = -ENODEV;
if (!root_vdev) {
printk(KERN_ERR "VIO: Coult not create root device.\n");
printk(KERN_ERR "VIO: Could not create root device.\n");
goto out_release;
}