Browse Source

scsi: aic7xxx: fix comment

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Hannes Reinecke <hare@suse.de>
Cc: linux-scsi@vger.kernel.org
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Geert Uytterhoeven 10 years ago
parent
commit
a7870c0f26
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/scsi/aic7xxx/aic79xx_core.c

+ 1 - 1
drivers/scsi/aic7xxx/aic79xx_core.c

@@ -1298,7 +1298,7 @@ rescan_fifos:
 
 	/*
 	 * Wait for any inprogress DMA to complete and clear DMA state
-	 * if this if for an SCB in the qinfifo.
+	 * if this is for an SCB in the qinfifo.
 	 */
 	while (((ccscbctl = ahd_inb(ahd, CCSCBCTL)) & (CCARREN|CCSCBEN)) != 0) {