trivial: fix typo in aic7xxx comment
authorUwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>
Mon, 21 Sep 2009 08:39:22 +0000 (10:39 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 21 Sep 2009 13:15:53 +0000 (15:15 +0200)
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/scsi/aic7xxx/aic7xxx_core.c

index e6f2bb7..8dfb59d 100644 (file)
@@ -5223,7 +5223,7 @@ ahc_chip_init(struct ahc_softc *ahc)
 
        /*
         * Setup the allowed SCSI Sequences based on operational mode.
-        * If we are a target, we'll enalbe select in operations once
+        * If we are a target, we'll enable select in operations once
         * we've had a lun enabled.
         */
        scsiseq_template = ENSELO|ENAUTOATNO|ENAUTOATNP;