diff options
Diffstat (limited to 'arch/ia64/kvm/mmio.c')
| -rw-r--r-- | arch/ia64/kvm/mmio.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kvm/mmio.c b/arch/ia64/kvm/mmio.c index fb8f9f59a1e..f1e17d3d6cd 100644 --- a/arch/ia64/kvm/mmio.c +++ b/arch/ia64/kvm/mmio.c @@ -130,7 +130,7 @@ static void mmio_access(struct kvm_vcpu *vcpu, u64 src_pa, u64 *dest,  	local_irq_save(psr); -	/*Intercept the acces for PIB range*/ +	/*Intercept the access for PIB range*/  	if (iot == GPFN_PIB) {  		if (!dir)  			lsapic_write(vcpu, src_pa, s, *dest);  |