]> Pileus Git - ~andy/linux/commitdiff
[XTENSA] Spelling fixes in arch/xtensa
authorChris Zankel <chris@zankel.net>
Fri, 1 Jun 2007 00:43:40 +0000 (17:43 -0700)
committerChris Zankel <chris@zankel.net>
Fri, 1 Jun 2007 00:43:40 +0000 (17:43 -0700)
Spelling fixes in arch/xtensa/.

Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: Chris Zankel <chris@zankel.net>
arch/xtensa/kernel/pci.c
arch/xtensa/mm/init.c
arch/xtensa/platform-iss/network.c

index 45571ccb72d63e16b169b3aa2301676d0917fc52..77deae5290f06e43f64c379ba1bc33646b325afb 100644 (file)
@@ -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) {
index e1ec2d1e8189e64c998ba8dba7d9b3a9d30d5cc1..8415c76f11c2a75ea69f080ec334a46a22ba715e 100644 (file)
@@ -205,7 +205,7 @@ void __init init_mmu (void)
        /* Writing zeros to the <t>TLBCFG special registers ensure
         * that valid values exist in the register.  For existing
         * PGSZID<w> fields, zero selects the first element of the
-        * page-size array.  For nonexistant PGSZID<w> fields, zero is
+        * page-size array.  For nonexistent PGSZID<w> fields, zero is
         * the best value to write.  Also, when changing PGSZID<w>
         * fields, the corresponding TLB must be flushed.
         */
index 4bfe333be22943558a8448679b71f4bcd2b273e8..f09962fa98c09a5594358d22c23b0b7d993209f0 100644 (file)
@@ -473,7 +473,7 @@ static int iss_net_open(struct net_device *dev)
        netif_start_queue(dev);
 
        /* clear buffer - it can happen that the host side of the interface
-        * is full when we gethere. In this case, new data is never queued,
+        * is full when we get here. In this case, new data is never queued,
         * SIGIOs never arrive, and the net never works.
         */
        while ((err = iss_net_rx(dev)) > 0)