Fix typo in printed messages
Coult -> Could Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

committed by
Linus Torvalds

parent
104452f052
commit
02b7d83436
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user