]> err.no Git - linux-2.6/blobdiff - drivers/scsi/ips.c
[PATCH] libata: move ata_do_simple_cmd() below ata_exec_internal()
[linux-2.6] / drivers / scsi / ips.c
index 5353b28b29399c40655075829e9cbcc8b7b42b8d..78f2ff736c3eccfb2b9042a9229e040c72dd3f9d 100644 (file)
@@ -6438,7 +6438,7 @@ ips_erase_bios(ips_ha_t * ha)
                /* VPP failure */
                return (1);
 
-       /* check for succesful flash */
+       /* check for successful flash */
        if (status & 0x30)
                /* sequence error */
                return (1);
@@ -6550,7 +6550,7 @@ ips_erase_bios_memio(ips_ha_t * ha)
                /* VPP failure */
                return (1);
 
-       /* check for succesful flash */
+       /* check for successful flash */
        if (status & 0x30)
                /* sequence error */
                return (1);