From: Chen Baozi Date: Tue, 15 Oct 2013 08:45:29 +0000 (+0800) Subject: xen/arm: fix a typo in comment of PLATFORM_QUIRK_DOM0_MAPPING_11 X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~6138 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=96dfb26efab1de0d1a1bdb84987f13ab1be3498d;p=xen.git xen/arm: fix a typo in comment of PLATFORM_QUIRK_DOM0_MAPPING_11 Signed-off-by: Chen Baozi Acked-by: Julien Grall --- 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)