[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] arm: vgic: typo s/securty/security/
commit 497afc5ad4231b3d36613dd178ef35e68bd3f740 Author: Ian Campbell <ian.campbell@xxxxxxxxxx> AuthorDate: Wed Mar 6 08:54:32 2013 +0000 Commit: Ian Campbell <ian.campbell@xxxxxxxxxx> CommitDate: Thu Apr 11 09:27:45 2013 +0100 arm: vgic: typo s/securty/security/ At least we were consistent, but lets be correct too Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Acked-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> --- xen/arch/arm/vgic.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xen/arch/arm/vgic.c b/xen/arch/arm/vgic.c index 0d24df0..d9ceaaa 100644 --- a/xen/arch/arm/vgic.c +++ b/xen/arch/arm/vgic.c @@ -286,7 +286,7 @@ static int vgic_distr_mmio_read(struct vcpu *v, mmio_info_t *info) return 1; case GICD_NSACR ... GICD_NSACRN: - /* We do not implement securty extensions for guests, read zero */ + /* We do not implement security extensions for guests, read zero */ goto read_as_zero; case GICD_SGIR: @@ -396,7 +396,7 @@ static int vgic_distr_mmio_write(struct vcpu *v, mmio_info_t *info) goto write_ignore; case GICD_IGROUPR ... GICD_IGROUPRN: - /* We do not implement securty extensions for guests, write ignore */ + /* We do not implement security extensions for guests, write ignore */ goto write_ignore; case GICD_ISENABLER ... GICD_ISENABLERN: @@ -494,7 +494,7 @@ static int vgic_distr_mmio_write(struct vcpu *v, mmio_info_t *info) return 1; case GICD_NSACR ... GICD_NSACRN: - /* We do not implement securty extensions for guests, write ignore */ + /* We do not implement security extensions for guests, write ignore */ goto write_ignore; case GICD_SGIR: -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |