]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - super-ddf.c
Fix spelling typos.
[thirdparty/mdadm.git] / super-ddf.c
index 618542c4b7dd5bc037b434317ea365bf7b753df9..c095e8a2f8c3b784c0e4707b9ed41f65a0240872 100644 (file)
@@ -1900,7 +1900,7 @@ static struct vd_config *find_vdcr(struct ddf_super *ddf, unsigned int inst,
                return conf;
        }
 bad:
-       pr_err("Could't find disk %d in array %u\n", n, inst);
+       pr_err("Couldn't find disk %d in array %u\n", n, inst);
        return NULL;
 }