x86/xen: Fix typo in xen_pagetable_p2m_free()
[sfrench/cifs-2.6.git] / arch / x86 / xen / mmu_pv.c
index 3273c985d3dd91bd9bf753d5f3d5ecbda6ab3b43..fbee8f50088b83623bbcaeae2ba4b3921494a503 100644 (file)
@@ -1149,7 +1149,7 @@ static void __init xen_pagetable_p2m_free(void)
         * We could be in __ka space.
         * We roundup to the PMD, which means that if anybody at this stage is
         * using the __ka address of xen_start_info or
-        * xen_start_info->shared_info they are in going to crash. Fortunatly
+        * xen_start_info->shared_info they are in going to crash. Fortunately
         * we have already revectored in xen_setup_kernel_pagetable.
         */
        size = roundup(size, PMD_SIZE);