aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2007-07-17 23:16:56 +1000
committerAvi Kivity <avi@qumranet.com>2007-10-13 10:18:18 +0200
commitdcc0766b22e165bcb80518bf367e86b81fcf4351 (patch)
tree96a829e8ddeb40d7b0e9cc53c7bbc8fbb0b433cf /drivers
parentKVM: Trivial: Make decode_register() static (diff)
downloadlinux-dev-dcc0766b22e165bcb80518bf367e86b81fcf4351.tar.xz
linux-dev-dcc0766b22e165bcb80518bf367e86b81fcf4351.zip
KVM: Trivial: Comment spelling may escape grep
Speling error in comment. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/kvm/x86_emulate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/kvm/x86_emulate.c b/drivers/kvm/x86_emulate.c
index f5e4644e2437..db9f9553487d 100644
--- a/drivers/kvm/x86_emulate.c
+++ b/drivers/kvm/x86_emulate.c
@@ -6,7 +6,7 @@
* Copyright (c) 2005 Keir Fraser
*
* Linux coding style, mod r/m decoder, segment base fixes, real-mode
- * privieged instructions:
+ * privileged instructions:
*
* Copyright (C) 2006 Qumranet
*