From: Ian Campbell Date: Tue, 3 Jul 2012 09:52:32 +0000 (+0100) Subject: arm: fix typo s/approprately/appropriately/g X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~8217 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=52c18e15d53f95861591c973413c020528c681bb;p=xen.git arm: fix typo s/approprately/appropriately/g Signed-off-by: Ian Campbell Acked-by: Tim Deegan Committed-by: Ian Campbell --- diff --git a/xen/include/asm-arm/page.h b/xen/include/asm-arm/page.h index f3e4d1a4cb..9511c45a50 100644 --- a/xen/include/asm-arm/page.h +++ b/xen/include/asm-arm/page.h @@ -102,7 +102,7 @@ typedef struct { unsigned long af:1; /* Access Flag */ unsigned long ng:1; /* Not-Global */ - /* The base address must be approprately aligned for Block entries */ + /* The base address must be appropriately aligned for Block entries */ unsigned long base:28; /* Base address of block or next table */ unsigned long sbz:12; /* Must be zero */ @@ -137,7 +137,7 @@ typedef struct { unsigned long af:1; /* Access Flag */ unsigned long sbz4:1; - /* The base address must be approprately aligned for Block entries */ + /* The base address must be appropriately aligned for Block entries */ unsigned long base:28; /* Base address of block or next table */ unsigned long sbz3:12; @@ -162,7 +162,7 @@ typedef struct { unsigned long pad2:10; - /* The base address must be approprately aligned for Block entries */ + /* The base address must be appropriately aligned for Block entries */ unsigned long base:28; /* Base address of block or next table */ unsigned long pad1:24;