OSDN Git Service

KVM: S390: Fix typo
authorAndrea Gelmini <andrea.gelmini@gelma.net>
Sat, 21 May 2016 12:08:55 +0000 (14:08 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 14 Jun 2016 09:16:27 +0000 (11:16 +0200)
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/s390/kvm/guestdbg.c

index e8c6843..1e0849e 100644 (file)
@@ -465,7 +465,7 @@ static void filter_guest_per_event(struct kvm_vcpu *vcpu)
                guest_perc &= ~PER_EVENT_IFETCH;
 
        /* All other PER events will be given to the guest */
-       /* TODO: Check alterated address/address space */
+       /* TODO: Check altered address/address space */
 
        vcpu->arch.sie_block->perc = guest_perc >> 24;