summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
diff options
context:
space:
mode:
authorNicolas Kaiser2010-10-06 14:23:22 +0200
committerAvi Kivity2010-10-24 10:53:14 +0200
commit9611c187774f0e20c258c23ced2599c44bd2fef4 (patch)
tree19e3ffb64e5e345bf11451692893a13c16e220d0 /arch/x86/kvm/vmx.c
parentKVM: Disable interrupts around get_kernel_ns() (diff)
downloadkernel-qcow2-linux-9611c187774f0e20c258c23ced2599c44bd2fef4.tar.gz
kernel-qcow2-linux-9611c187774f0e20c258c23ced2599c44bd2fef4.tar.xz
kernel-qcow2-linux-9611c187774f0e20c258c23ced2599c44bd2fef4.zip
KVM: fix typo in copyright notice
Fix typo in copyright notice. Signed-off-by: Nicolas Kaiser <nikai@nikai.net> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'arch/x86/kvm/vmx.c')
-rw-r--r--arch/x86/kvm/vmx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c
index 007be8402efb..8da0e45ff7c9 100644
--- a/arch/x86/kvm/vmx.c
+++ b/arch/x86/kvm/vmx.c
@@ -5,7 +5,7 @@
* machines without emulation or binary translation.
*
* Copyright (C) 2006 Qumranet, Inc.
- * Copyright 2010 Red Hat, Inc. and/or its affilates.
+ * Copyright 2010 Red Hat, Inc. and/or its affiliates.
*
* Authors:
* Avi Kivity <avi@qumranet.com>