s/extention/extension/

I should get out more...

Signed-off-by: Will Deacon <[email protected]>
---
 tools/kvm/kvm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/kvm/kvm.c b/tools/kvm/kvm.c
index 3ea6339..a6b3c23 100644
--- a/tools/kvm/kvm.c
+++ b/tools/kvm/kvm.c
@@ -291,7 +291,7 @@ int kvm__init(struct kvm *kvm)
        }
 
        if (kvm__check_extensions(kvm)) {
-               pr_err("A required KVM extention is not supported by OS");
+               pr_err("A required KVM extension is not supported by OS");
                ret = -ENOSYS;
                goto err_vm_fd;
        }
-- 
1.8.0

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to