From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chen Baozi Subject: [PATCH 1/3] xen/arm: fix a typo in comment of PLATFORM_QUIRK_DOM0_MAPPING_11 Date: Tue, 15 Oct 2013 16:45:29 +0800 Message-ID: <1381826731-7044-2-git-send-email-baozich@gmail.com> References: <1381826731-7044-1-git-send-email-baozich@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1381826731-7044-1-git-send-email-baozich@gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Xen Developer List Cc: Chen Baozi List-Id: xen-devel@lists.xenproject.org Signed-off-by: Chen Baozi --- 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 dbd2a15..43afebb 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) -- 1.8.1.4