Skip to content

Commit 32118f9

Browse files
liulangrenaaabostrovs
authored andcommitted
x86/xen: Fix typo in xen_pagetable_p2m_free()
Fix typo in xen_pagetable_p2m_free(): s/Fortunatly/Fortunately Signed-off-by: Hui Su <sh_def@163.com> Link: https://lore.kernel.org/r/20200927172836.GA7423@rlk [boris: reword commit message slightly] Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
1 parent d759af3 commit 32118f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/x86/xen/mmu_pv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,7 @@ static void __init xen_pagetable_p2m_free(void)
11491149
* We could be in __ka space.
11501150
* We roundup to the PMD, which means that if anybody at this stage is
11511151
* using the __ka address of xen_start_info or
1152-
* xen_start_info->shared_info they are in going to crash. Fortunatly
1152+
* xen_start_info->shared_info they are in going to crash. Fortunately
11531153
* we have already revectored in xen_setup_kernel_pagetable.
11541154
*/
11551155
size = roundup(size, PMD_SIZE);

0 commit comments

Comments
 (0)