xen/arm: p2m: Fix typo in the comment on top of P2M_ROOT_LEVEL
authorJulien Grall <julien.grall@arm.com>
Sun, 29 Sep 2019 16:35:10 +0000 (17:35 +0100)
committerJulien Grall <julien.grall@arm.com>
Tue, 1 Oct 2019 09:51:00 +0000 (10:51 +0100)
Signed-off-by: Julien Grall <julien.grall@arm.com>
Release-acked-by: Juergen Gross <jgross@suse.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/p2m.c

index 5ff6ce15f6606bfcf9b9ca3d029ea7b6a0009953..4a429dc1bec02209a27d5696c1f3c168dfa96a3e 100644 (file)
@@ -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 */