spelling fixes
[deliverable/linux.git] / 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);
This page took 0.025007 seconds and 5 git commands to generate.