Commit 32118f97 authored by Hui Su's avatar Hui Su Committed by Boris Ostrovsky

x86/xen: Fix typo in xen_pagetable_p2m_free()

Fix typo in xen_pagetable_p2m_free(): s/Fortunatly/Fortunately
Signed-off-by: default avatarHui Su <sh_def@163.com>
Link: https://lore.kernel.org/r/20200927172836.GA7423@rlk

[boris: reword commit message slightly]
Signed-off-by: default avatarBoris Ostrovsky <boris.ostrovsky@oracle.com>
parent d759af38
...@@ -1149,7 +1149,7 @@ static void __init xen_pagetable_p2m_free(void) ...@@ -1149,7 +1149,7 @@ static void __init xen_pagetable_p2m_free(void)
* We could be in __ka space. * We could be in __ka space.
* We roundup to the PMD, which means that if anybody at this stage is * We roundup to the PMD, which means that if anybody at this stage is
* using the __ka address of xen_start_info or * 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. * we have already revectored in xen_setup_kernel_pagetable.
*/ */
size = roundup(size, PMD_SIZE); size = roundup(size, PMD_SIZE);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment