Merge branch 'devel'
[deliverable/linux.git] / drivers / scsi / pmcraid.c
index 5163edb925cb33684702cc4c4b061a254c2b98df..ea8a0b47d66da53752a886b83c2b6bafc68f8135 100644 (file)
@@ -4105,7 +4105,7 @@ static long pmcraid_chr_ioctl(
        hdr = kmalloc(sizeof(struct pmcraid_ioctl_header), GFP_KERNEL);
 
        if (!hdr) {
-               pmcraid_err("faile to allocate memory for ioctl header\n");
+               pmcraid_err("failed to allocate memory for ioctl header\n");
                return -ENOMEM;
        }
 
This page took 0.028051 seconds and 5 git commands to generate.