From 497afc5ad4231b3d36613dd178ef35e68bd3f740 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Wed, 6 Mar 2013 08:54:32 +0000 Subject: [PATCH] arm: vgic: typo s/securty/security/ At least we were consistent, but lets be correct too Signed-off-by: Ian Campbell Acked-by: Stefano Stabellini --- xen/arch/arm/vgic.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xen/arch/arm/vgic.c b/xen/arch/arm/vgic.c index 0d24df0f09..d9ceaaaec0 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: -- 2.39.5