Staging: fix assorted typos all over the place
[safe/jmp/linux-2.6] / drivers / staging / altpciechdma / altpciechdma.c
index e0c5ba4..2f07dd4 100644 (file)
@@ -212,7 +212,7 @@ struct ape_dev {
        int msi_enabled;
        /* whether this driver could obtain the regions */
        int got_regions;
-       /* irq line succesfully requested by this driver, -1 otherwise */
+       /* irq line successfully requested by this driver, -1 otherwise */
        int irq_line;
        /* board revision */
        u8 revision;
@@ -336,7 +336,7 @@ static int __devinit map_bars(struct ape_dev *ape, struct pci_dev *dev)
                printk(KERN_DEBUG "BAR[%d] mapped at 0x%p with length %lu(/%lu).\n", i,
                ape->bar[i], bar_min_len[i], bar_length);
        }
-       /* succesfully mapped all required BAR regions */
+       /* successfully mapped all required BAR regions */
        rc = 0;
        goto success;
 fail:
@@ -911,7 +911,7 @@ static int __devinit probe(struct pci_dev *dev, const struct pci_device_id *id)
        /* perform DMA engines loop back test */
        rc = dma_test(ape, dev);
        (void)rc;
-       /* succesfully took the device */
+       /* successfully took the device */
        rc = 0;
        printk(KERN_DEBUG "probe() successful.\n");
        goto end;