From 96dfb26efab1de0d1a1bdb84987f13ab1be3498d Mon Sep 17 00:00:00 2001 From: Chen Baozi Date: Tue, 15 Oct 2013 16:45:29 +0800 Subject: [PATCH] xen/arm: fix a typo in comment of PLATFORM_QUIRK_DOM0_MAPPING_11 Signed-off-by: Chen Baozi Acked-by: Julien Grall --- xen/include/asm-arm/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/asm-arm/platform.h b/xen/include/asm-arm/platform.h index dbd2a15ed4..43afebbdec 100644 --- a/xen/include/asm-arm/platform.h +++ b/xen/include/asm-arm/platform.h @@ -41,7 +41,7 @@ struct platform_desc { /* * Quirk to map dom0 memory in 1:1 - * Usefull on platform where System MMU is not yet implemented + * Useful on platform where System MMU is not yet implemented */ #define PLATFORM_QUIRK_DOM0_MAPPING_11 (1 << 0) -- 2.30.2