qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] spelling typo (runnning) in target-i386/kvm.c


From: Vagrant Cascadian
Subject: [Qemu-devel] spelling typo (runnning) in target-i386/kvm.c
Date: Sat, 2 Jul 2011 23:11:45 -0700
User-agent: Mutt/1.5.20 (2009-06-14)

fix spelling typo (runnning) in target-i386/kvm.c

Signed-Off-By: Vagrant Cascadian <address@hidden>

diff --git a/target-i386/kvm.c b/target-i386/kvm.c
index 10fb2c4..3f5caee 100644
--- a/target-i386/kvm.c
+++ b/target-i386/kvm.c
@@ -1801,7 +1801,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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]