diff options
author | Vagrant Cascadian | 2011-11-14 23:06:23 +0100 |
---|---|---|
committer | Stefan Hajnoczi | 2011-11-17 13:57:41 +0100 |
commit | 126197214e24b51a76fa6b0559e45b025b77e752 (patch) | |
tree | 81f935941a13690e84fcc92869d173d4d35ef8c9 /target-i386 | |
parent | Fix some spelling bugs in documentation and comments (diff) | |
download | qemu-126197214e24b51a76fa6b0559e45b025b77e752.tar.gz qemu-126197214e24b51a76fa6b0559e45b025b77e752.tar.xz qemu-126197214e24b51a76fa6b0559e45b025b77e752.zip |
Fix typo: runnning -> running
One n too many for running, need we say more.
Signed-Off-By: Vagrant Cascadian <vagrant@freegeek.org>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'target-i386')
-rw-r--r-- | target-i386/kvm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-i386/kvm.c b/target-i386/kvm.c index ddd115c53c..5bfc21fc53 100644 --- a/target-i386/kvm.c +++ b/target-i386/kvm.c @@ -1845,7 +1845,7 @@ int kvm_arch_handle_exit(CPUState *env, struct kvm_run *run) code); if (host_supports_vmx() && code == VMX_INVALID_GUEST_STATE) { fprintf(stderr, - "\nIf you're runnning a guest on an Intel machine without " + "\nIf you're running a guest on an Intel machine without " "unrestricted mode\n" "support, the failure can be most likely due to the guest " "entering an invalid\n" |