Fix common misspellings
[deliverable/linux.git] / arch / mips / include / asm / mach-powertv / dma-coherence.h
index f76029c2406e6e33acae1edb2db73a3d0efb0344..a8e72cf1214202519971c31a7da0d17e374d0ab1 100644 (file)
@@ -48,7 +48,7 @@ static inline unsigned long virt_to_phys_from_pte(void *addr)
                                /* check for a valid page */
                                if (pte_present(pte)) {
                                        /* get the physical address the page is
-                                        * refering to */
+                                        * referring to */
                                        phys_addr = (unsigned long)
                                                page_to_phys(pte_page(pte));
                                        /* add the offset within the page */
This page took 0.029485 seconds and 5 git commands to generate.