Various spelling/typo fixes.
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
        uint    fen_p256c;      /* Total packets 256 < bytes <= 511 */
        uint    fen_p512c;      /* Total packets 512 < bytes <= 1023 */
        uint    fen_p1024c;     /* Total packets 1024 < bytes <= 1518 */
-       uint    fen_cambuf;     /* Internal CAM buffer poiner */
+       uint    fen_cambuf;     /* Internal CAM buffer pointer */
        ushort  fen_rfthr;      /* Received frames threshold */
        ushort  fen_rfcnt;      /* Received frames count */
 } fcc_enet_t;
 
 swapper_pg_dir:
        .space  PGD_TABLE_SIZE
 
-/* Room for two PTE table poiners, usually the kernel and current user
+/* Room for two PTE table pointers, usually the kernel and current user
  * pointer to their respective root page table (pgdir).
  */
        .globl  abatron_pteptrs
 
                 * Book3S does not require a TLB flush when relaxing access
                 * restrictions when the address space is not attached to a
                 * NMMU, because the core MMU will reload the pte after taking
-                * an access fault, which is defined by the architectue.
+                * an access fault, which is defined by the architecture.
                 */
        }
        /* See ptesync comment in radix__set_pte_at */
 
                return rc;
        wait_for_completion(&comp);
 
-       /* Handle fallback (see coment above) */
+       /* Handle fallback (see comment above) */
        if (cmd.status != 0 && smu_supports_new_fans_ops) {
                printk(KERN_WARNING "windfarm: SMU failed new fan command "
                       "falling back to old method\n");