Fix common misspellings
[deliverable/linux.git] / drivers / scsi / bnx2fc / bnx2fc_io.c
index d3fc302c241adb5d907bc43afa5fb95c0ef15e00..1decefbf32e348ac4d1530fdb0a31690ab480e92 100644 (file)
@@ -1273,7 +1273,7 @@ static void bnx2fc_lun_reset_cmpl(struct bnx2fc_cmd *io_req)
                                                 bnx2fc_cmd_release);
                                                        /* timer hold */
                                rc = bnx2fc_initiate_abts(cmd);
-                               /* abts shouldnt fail in this context */
+                               /* abts shouldn't fail in this context */
                                WARN_ON(rc != SUCCESS);
                        } else
                                printk(KERN_ERR PFX "lun_rst: abts already in"
@@ -1308,7 +1308,7 @@ static void bnx2fc_tgt_reset_cmpl(struct bnx2fc_cmd *io_req)
                                kref_put(&io_req->refcount,
                                         bnx2fc_cmd_release); /* timer hold */
                        rc = bnx2fc_initiate_abts(cmd);
-                       /* abts shouldnt fail in this context */
+                       /* abts shouldn't fail in this context */
                        WARN_ON(rc != SUCCESS);
 
                } else
This page took 0.029932 seconds and 5 git commands to generate.