From: Julien Grall Date: Sun, 29 Sep 2019 16:35:10 +0000 (+0100) Subject: xen/arm: p2m: Fix typo in the comment on top of P2M_ROOT_LEVEL X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~1381 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=057a2956212a29377c0f2f6d38e5bec787fb78e4;p=xen.git xen/arm: p2m: Fix typo in the comment on top of P2M_ROOT_LEVEL Signed-off-by: Julien Grall Release-acked-by: Juergen Gross Acked-by: Stefano Stabellini --- diff --git a/xen/arch/arm/p2m.c b/xen/arch/arm/p2m.c index 5ff6ce15f6..4a429dc1be 100644 --- a/xen/arch/arm/p2m.c +++ b/xen/arch/arm/p2m.c @@ -25,7 +25,7 @@ static unsigned int __read_mostly max_vmid = MAX_VMID_8_BIT; /* VMID is by default 8 bit width on AArch64 */ #define MAX_VMID max_vmid #else -/* First level P2M is alway 2 consecutive pages */ +/* First level P2M is always 2 consecutive pages */ #define P2M_ROOT_LEVEL 1 #define P2M_ROOT_ORDER 1 /* VMID is always 8 bit width on AArch32 */