[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] arm: fix typo s/approprately/appropriately/g
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxx> # Date 1341309152 -3600 # Node ID 46b201f42bf850e7d9a4cbef8fad59798898fabc # Parent 481d7293aa533a6ee6544e8727499a6dca6bb741 arm: fix typo s/approprately/appropriately/g Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Acked-by: Tim Deegan <tim@xxxxxxx> Committed-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- diff -r 481d7293aa53 -r 46b201f42bf8 xen/include/asm-arm/page.h --- a/xen/include/asm-arm/page.h Tue Jul 03 10:52:31 2012 +0100 +++ b/xen/include/asm-arm/page.h Tue Jul 03 10:52:32 2012 +0100 @@ -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; _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |