Commit 3e203439 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] alpha typos part 1

(Steven Cole)
parent 3909ac80
......@@ -610,7 +610,7 @@ do_init_arch(int is_pyxis)
*(vip)CIA_IOC_CIA_CNFG = temp;
}
/* Syncronize with all previous changes. */
/* Synchronize with all previous changes. */
mb();
*(vip)CIA_IOC_CIA_REV;
......
......@@ -230,7 +230,7 @@ pcibios_fixup_device_resources(struct pci_dev *dev, struct pci_bus *bus)
void __init
pcibios_fixup_bus(struct pci_bus *bus)
{
/* Propogate hose info into the subordinate devices. */
/* Propagate hose info into the subordinate devices. */
struct pci_controller *hose = bus->sysdata;
struct list_head *ln;
......
......@@ -431,7 +431,7 @@ pci_alloc_consistent(struct pci_dev *pdev, size_t size, dma_addr_t *dma_addrp)
/* Free and unmap a consistent DMA buffer. CPU_ADDR and DMA_ADDR must
be values that were returned from pci_alloc_consistent. SIZE must
be the same as what as passed into pci_alloc_consistent.
References to the memory and mappings assosciated with CPU_ADDR or
References to the memory and mappings associated with CPU_ADDR or
DMA_ADDR past this call are illegal. */
void
......
......@@ -122,7 +122,7 @@ __down_failed_interruptible(struct semaphore *sem)
long tmp, tmp2, tmp3;
/* We must undo the sem->count down_interruptible decrement
simultaneously and atomicly with the sem->waking
simultaneously and atomically with the sem->waking
adjustment, otherwise we can race with __up. This is
accomplished by doing a 64-bit ll/sc on two 32-bit words.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment