xen/arm: fix a typo in comment of PLATFORM_QUIRK_DOM0_MAPPING_11
authorChen Baozi <baozich@gmail.com>
Tue, 15 Oct 2013 08:45:29 +0000 (16:45 +0800)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 24 Oct 2013 13:02:02 +0000 (14:02 +0100)
Signed-off-by: Chen Baozi <baozich@gmail.com>
Acked-by: Julien Grall <julien.grall@linaro.org>
xen/include/asm-arm/platform.h

index dbd2a15ed429cda56795776c76f7b01637b79cd9..43afebbdecce595774ccfb6dac86a68cd6591ccb 100644 (file)
@@ -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)