tree-wide: fix comment/printk typos
[deliverable/linux.git] / drivers / scsi / a100u2w.c
index dbbc601948e5328e4c9a0bbfeb18ee8ac7f7fd91..7cb575654e4072f50127cf616a132e1e8904894a 100644 (file)
@@ -416,7 +416,7 @@ static u8 orc_load_firmware(struct orc_host * host)
        /* Go back and check they match */
 
        outb(PRGMRST | DOWNLOAD, host->base + ORC_RISCCTL);     /* Reset program count 0 */
-       bios_addr -= 0x1000;    /* Reset the BIOS adddress      */
+       bios_addr -= 0x1000;    /* Reset the BIOS address */
        for (i = 0, data32_ptr = (u8 *) & data32;       /* Check the code       */
             i < 0x1000;        /* Firmware code size = 4K      */
             i++, bios_addr++) {
This page took 0.035781 seconds and 5 git commands to generate.