aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHui Su <sh_def@163.com>2020-09-28 01:28:36 +0800
committerBoris Ostrovsky <boris.ostrovsky@oracle.com>2020-09-29 19:21:34 -0500
commit93a71965f833e0c0fe2e41bb4afc0e49244cd230 (patch)
tree5d71b038b7c6315703b1c8f754b7b4781bb69516
parent9d2fff3f7af3e02c600af88c64ae53140e2d0bd5 (diff)
downloadlinux-for-linus-5.10.tar.gz
x86/xen: Fix typo in xen_pagetable_p2m_free()for-linus-5.10
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>
-rw-r--r--arch/x86/xen/mmu_pv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/xen/mmu_pv.c b/arch/x86/xen/mmu_pv.c
index 3273c985d3dd9..fbee8f50088b8 100644
--- a/arch/x86/xen/mmu_pv.c
+++ b/arch/x86/xen/mmu_pv.c
@@ -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);