diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2007-07-17 23:16:56 +1000 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2007-10-13 10:18:18 +0200 |
commit | dcc0766b22e165bcb80518bf367e86b81fcf4351 (patch) | |
tree | 96a829e8ddeb40d7b0e9cc53c7bbc8fbb0b433cf /drivers/kvm/x86_emulate.c | |
parent | 1e3c5cb0d5a63b7169708614bfba0c7f25aa493e (diff) | |
download | talos-obmc-linux-dcc0766b22e165bcb80518bf367e86b81fcf4351.tar.gz talos-obmc-linux-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/kvm/x86_emulate.c')
-rw-r--r-- | drivers/kvm/x86_emulate.c | 2 |
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 * |