diff options
author | Simon Arlott <simon@fire.lp0.eu> | 2007-05-11 20:51:23 (GMT) |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-05-12 04:39:20 (GMT) |
commit | d1a78c32edcabea8c7c6449c967191a47f83a77f (patch) | |
tree | 449045c47b71d84f9f04edc1da9220cbea7d7c49 /arch/sparc/kernel/ioport.c | |
parent | e9429eacd7996d4c22f69ef57cd0aeacde50ceb7 (diff) | |
download | linux-d1a78c32edcabea8c7c6449c967191a47f83a77f.tar.xz |
[SPARC]: Spelling fixes.
Spelling fixes in arch/sparc/.
Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel/ioport.c')
-rw-r--r-- | arch/sparc/kernel/ioport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/ioport.c b/arch/sparc/kernel/ioport.c index 987ec67..62182d2 100644 --- a/arch/sparc/kernel/ioport.c +++ b/arch/sparc/kernel/ioport.c @@ -617,7 +617,7 @@ void *pci_alloc_consistent(struct pci_dev *pdev, size_t len, dma_addr_t *pba) * size must be the same as what as passed into pci_alloc_consistent, * and likewise dma_addr must be the same as what *dma_addrp was set to. * - * References to the memory and mappings assosciated with cpu_addr/dma_addr + * References to the memory and mappings associated with cpu_addr/dma_addr * past this call are illegal. */ void pci_free_consistent(struct pci_dev *pdev, size_t n, void *p, dma_addr_t ba) |