summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/pmu_intel.c
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-05-21 14:14:44 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2016-06-14 11:16:28 +0200
commitbb3541f175a977198d128f3a4e13534e019754a3 (patch)
tree883a9029355df3cabbf79e52fed9e2278bbe65a2 /arch/x86/kvm/pmu_intel.c
parent960cb306e63d4efde7753c0a2f2cef523a41e8ec (diff)
KVM: x86: Fix typos
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm/pmu_intel.c')
-rw-r--r--arch/x86/kvm/pmu_intel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/pmu_intel.c b/arch/x86/kvm/pmu_intel.c
index ab38af4f4947..9d4a8504a95a 100644
--- a/arch/x86/kvm/pmu_intel.c
+++ b/arch/x86/kvm/pmu_intel.c
@@ -93,7 +93,7 @@ static unsigned intel_find_fixed_event(int idx)
return intel_arch_events[fixed_pmc_events[idx]].event_type;
}
-/* check if a PMC is enabled by comparising it with globl_ctrl bits. */
+/* check if a PMC is enabled by comparing it with globl_ctrl bits. */
static bool intel_pmc_is_enabled(struct kvm_pmc *pmc)
{
struct kvm_pmu *pmu = pmc_to_pmu(pmc);