]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
drivers: scsi: fix typo in comment
authorAndrea Gelmini <andrea.gelmini@gelma.net>
Sat, 16 Oct 2010 13:19:24 +0000 (15:19 +0200)
committerJiri Kosina <jkosina@suse.cz>
Wed, 3 Nov 2010 14:05:51 +0000 (10:05 -0400)
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/scsi/aic94xx/aic94xx_scb.c

index c43698b1cb6449af1de81bb3059ffba83354bd6a..29593275201a563835511c2957384cf06bca7484 100644 (file)
@@ -867,7 +867,7 @@ void asd_build_initiate_link_adm_task(struct asd_ascb *ascb, int phy_id,
  * resources they have with this SCB, and then call this one at the
  * end of their timeout function.  To do this, one should initialize
  * the ascb->timer.{function, data, expires} prior to calling the post
- * funcion.  The timer is started by the post function.
+ * function. The timer is started by the post function.
  */
 void asd_ascb_timedout(unsigned long data)
 {