tree-wide: fix comment/printk typos
[linux-flexiantxendom0-natty.git] / arch / ia64 / kvm / mmio.c
index fb8f9f5..f1e17d3 100644 (file)
@@ -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);