]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/edac/mce_amd_inj.c
Fix common misspellings
[mirror_ubuntu-zesty-kernel.git] / drivers / edac / mce_amd_inj.c
index 733a7e7a8d6fd4bdedb3d318cff78a506a0e3873..a4987e03f59e8b26416cc4d9b1559f0d0ea16c06 100644 (file)
@@ -90,7 +90,7 @@ static ssize_t edac_inject_bank_store(struct kobject *kobj,
 
        if (value > 5)
                if (boot_cpu_data.x86 != 0x15 || value > 6) {
-                       printk(KERN_ERR "Non-existant MCE bank: %lu\n", value);
+                       printk(KERN_ERR "Non-existent MCE bank: %lu\n", value);
                        return -EINVAL;
                }