Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[linux-drm-fsl-dcu.git] / drivers / scsi / esp_scsi.c
index 9a1af1d6071a12ae209e8e29ff93407a11f48a9d..394ed9e79fd489bf355879e0a6dc76bfca59b562 100644 (file)
@@ -1058,7 +1058,7 @@ static struct esp_cmd_entry *esp_reconnect_with_tag(struct esp *esp,
        esp->ops->send_dma_cmd(esp, esp->command_block_dma,
                               2, 2, 1, ESP_CMD_DMA | ESP_CMD_TI);
 
-       /* ACK the msssage.  */
+       /* ACK the message.  */
        scsi_esp_cmd(esp, ESP_CMD_MOK);
 
        for (i = 0; i < ESP_RESELECT_TAG_LIMIT; i++) {