]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/scsi/scsi_tgt_lib.c
Fix common misspellings
[mirror_ubuntu-bionic-kernel.git] / drivers / scsi / scsi_tgt_lib.c
index f67282058ba1de39a83426241669bab4ce224d53..8bca8c25ba69e61454d7bcf9a4d77971d991fc2d 100644 (file)
@@ -93,7 +93,7 @@ struct scsi_cmnd *scsi_host_get_command(struct Scsi_Host *shost,
 
        /*
         * The blk helpers are used to the READ/WRITE requests
-        * transfering data from a initiator point of view. Since
+        * transferring data from a initiator point of view. Since
         * we are in target mode we want the opposite.
         */
        rq = blk_get_request(shost->uspace_req_q, !write, gfp_mask);