]> git.ipfire.org Git - thirdparty/kernel/linux.git/blobdiff - drivers/scsi/scsi_debug.c
Fix common misspellings
[thirdparty/kernel/linux.git] / drivers / scsi / scsi_debug.c
index fa5758cbdedb10a4c8bf5424c6c189afb47fd2e9..6888b2ca5bfcdaa470dd7c44219f2507247f46f9 100644 (file)
@@ -2454,7 +2454,7 @@ static void scsi_debug_slave_destroy(struct scsi_device *sdp)
                printk(KERN_INFO "scsi_debug: slave_destroy <%u %u %u %u>\n",
                       sdp->host->host_no, sdp->channel, sdp->id, sdp->lun);
        if (devip) {
-               /* make this slot avaliable for re-use */
+               /* make this slot available for re-use */
                devip->used = 0;
                sdp->hostdata = NULL;
        }