x86: Fix various typos in comments, take #2
[sfrench/cifs-2.6.git] / arch / x86 / xen / mmu_pv.c
index cf2ade864c3020be11927d71b67b636c75a0a3da..1e28c880f64262e4806cb134474939acf2f0a3b3 100644 (file)
@@ -2410,7 +2410,7 @@ int xen_remap_pfn(struct vm_area_struct *vma, unsigned long addr,
        rmd.prot = prot;
        /*
         * We use the err_ptr to indicate if there we are doing a contiguous
-        * mapping or a discontigious mapping.
+        * mapping or a discontiguous mapping.
         */
        rmd.contiguous = !err_ptr;
        rmd.no_translate = no_translate;