From: Uwe Kleine-Koenig Date: Mon, 21 Sep 2009 08:39:22 +0000 (+0200) Subject: trivial: fix typo in aic7xxx comment X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=24ed7a97464db44592495f98cff8bcee02f92bc2;p=deliverable%2Flinux.git trivial: fix typo in aic7xxx comment Signed-off-by: Uwe Kleine-König Signed-off-by: Jiri Kosina --- diff --git a/drivers/scsi/aic7xxx/aic7xxx_core.c b/drivers/scsi/aic7xxx/aic7xxx_core.c index e6f2bb7365e6..8dfb59d58992 100644 --- a/drivers/scsi/aic7xxx/aic7xxx_core.c +++ b/drivers/scsi/aic7xxx/aic7xxx_core.c @@ -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;