diff options
| author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2003-04-07 19:42:15 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-04-07 19:42:15 -0700 |
| commit | 5e94b8b065a4316ce97ee2bf96b80be73625b9d9 (patch) | |
| tree | d26019de9947bddc5ffe3023b49da2a260f56bc1 /include/asm-alpha | |
| parent | d7f1288f016d9e5bb06cfbdd54c006a5646ec375 (diff) | |
[PATCH] asm-alpha typo fixe
(Steven Cole)
Diffstat (limited to 'include/asm-alpha')
| -rw-r--r-- | include/asm-alpha/mmzone.h | 2 | ||||
| -rw-r--r-- | include/asm-alpha/pci.h | 4 | ||||
| -rw-r--r-- | include/asm-alpha/uaccess.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/include/asm-alpha/mmzone.h b/include/asm-alpha/mmzone.h index d45af2ff9ae4..6edb9c64aa7b 100644 --- a/include/asm-alpha/mmzone.h +++ b/include/asm-alpha/mmzone.h @@ -51,7 +51,7 @@ PLAT_NODE_DATA_LOCALNR(unsigned long p, int n) #ifdef CONFIG_DISCONTIGMEM /* - * Following are macros that each numa implmentation must define. + * Following are macros that each numa implementation must define. */ /* diff --git a/include/asm-alpha/pci.h b/include/asm-alpha/pci.h index 1e82bf33cb84..4b1f70ee3822 100644 --- a/include/asm-alpha/pci.h +++ b/include/asm-alpha/pci.h @@ -78,7 +78,7 @@ extern void *pci_alloc_consistent(struct pci_dev *, size_t, dma_addr_t *); /* 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. */ extern void pci_free_consistent(struct pci_dev *, size_t, void *, dma_addr_t); @@ -118,7 +118,7 @@ extern void pci_unmap_page(struct pci_dev *, dma_addr_t, size_t, int); (((PTR)->LEN_NAME) = (VAL)) /* Map a set of buffers described by scatterlist in streaming mode for - PCI DMA. This is the scather-gather version of the above + PCI DMA. This is the scatter-gather version of the above pci_map_single interface. Here the scatter gather list elements are each tagged with the appropriate PCI dma address and length. They are obtained via sg_dma_{address,length}(SG). diff --git a/include/asm-alpha/uaccess.h b/include/asm-alpha/uaccess.h index a5985281aa7f..e204cd592e90 100644 --- a/include/asm-alpha/uaccess.h +++ b/include/asm-alpha/uaccess.h @@ -31,7 +31,7 @@ /* - * Is a address valid? This does a straighforward calculation rather + * Is a address valid? This does a straightforward calculation rather * than tests. * * Address valid if: |
