diff options
author | Guo Chao <yan@linux.vnet.ibm.com> | 2012-06-28 15:23:08 +0800 |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2012-07-20 15:27:00 -0300 |
commit | c7a7062fa00db7dc66280a72cd9dad0f3595bc66 (patch) | |
tree | 24983113e3dd019b77d53264f26902e7ff6e74ab /arch/x86/kvm/pmu.c | |
parent | d5b0b5b196b474ef26f46f2036c8fbaa8cca2cf5 (diff) | |
download | linux-3.10-c7a7062fa00db7dc66280a72cd9dad0f3595bc66.tar.gz linux-3.10-c7a7062fa00db7dc66280a72cd9dad0f3595bc66.tar.bz2 linux-3.10-c7a7062fa00db7dc66280a72cd9dad0f3595bc66.zip |
KVM: x86: Fix typos in pmu.c
Signed-off-by: Guo Chao <yan@linux.vnet.ibm.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'arch/x86/kvm/pmu.c')
-rw-r--r-- | arch/x86/kvm/pmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/pmu.c b/arch/x86/kvm/pmu.c index 2e88438ffd8..db206a46e0d 100644 --- a/arch/x86/kvm/pmu.c +++ b/arch/x86/kvm/pmu.c @@ -1,5 +1,5 @@ /* - * Kernel-based Virtual Machine -- Performane Monitoring Unit support + * Kernel-based Virtual Machine -- Performance Monitoring Unit support * * Copyright 2011 Red Hat, Inc. and/or its affiliates. * |