summaryrefslogtreecommitdiff
path: root/arch/xtensa/kernel/pci.c
diff options
context:
space:
mode:
authorChris Zankel <chris@zankel.net>2007-05-31 17:43:40 -0700
committerChris Zankel <chris@zankel.net>2007-05-31 17:43:40 -0700
commit4af410a868ddddfc6aa9b19379599feac7e79d95 (patch)
tree129bdb2e3ae8f7bc39ba049b6c3f20aeefbc771e /arch/xtensa/kernel/pci.c
parentef6051a90e2ad1af636e99d1d4603fdcf2adfcbe (diff)
[XTENSA] Spelling fixes in arch/xtensa
Spelling fixes in arch/xtensa/. Signed-off-by: Simon Arlott <simon@fire.lp0.eu> Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/kernel/pci.c')
-rw-r--r--arch/xtensa/kernel/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/kernel/pci.c b/arch/xtensa/kernel/pci.c
index 45571ccb72d6..77deae5290f0 100644
--- a/arch/xtensa/kernel/pci.c
+++ b/arch/xtensa/kernel/pci.c
@@ -401,7 +401,7 @@ int pci_mmap_page_range(struct pci_dev *dev, struct vm_area_struct *vma,
* Also, think for a moment about likes of floppy.c that
* include architecture specific parts. They may want to redefine ins/outs.
*
- * We do not use horroble macroses here because we want to
+ * We do not use horrible macros here because we want to
* advance pointer by sizeof(size).
*/
void outsb(unsigned long addr, const void *src, unsigned long count) {