diff options
author | Vagrant Cascadian <vagrant@freegeek.org> | 2011-11-14 14:06:23 -0800 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2011-11-17 12:57:41 +0000 |
commit | 126197214e24b51a76fa6b0559e45b025b77e752 (patch) | |
tree | 81f935941a13690e84fcc92869d173d4d35ef8c9 /target-i386 | |
parent | 4238e26416c3b5ece9a823de9ab8f6cdfaff8f99 (diff) |
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" |