]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blobdiff - drivers/ata/libata-core.c
Fix misspelling of "should" and "shouldn't" in comments.
[mirror_ubuntu-focal-kernel.git] / drivers / ata / libata-core.c
index 6728328f3bea21309552110eca5bb5eb7f52a097..698ef474767ed1ac227e9753c1a6792742539e9b 100644 (file)
@@ -2232,7 +2232,7 @@ retry:
                 * Some drives were very specific about that exact sequence.
                 *
                 * Note that ATA4 says lba is mandatory so the second check
-                * shoud never trigger.
+                * should never trigger.
                 */
                if (ata_id_major_version(id) < 4 || !ata_id_has_lba(id)) {
                        err_mask = ata_dev_init_params(dev, id[3], id[6]);