]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - virt/kvm/eventfd.c
Fix common misspellings
[mirror_ubuntu-bionic-kernel.git] / virt / kvm / eventfd.c
index 3656849f78a0b722236f25eefd58dac4fc839dcf..36d8092dbb3f23981ae1932d0ab46e0e5ff06a20 100644 (file)
@@ -578,7 +578,7 @@ kvm_assign_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args)
 
        mutex_lock(&kvm->slots_lock);
 
-       /* Verify that there isnt a match already */
+       /* Verify that there isn't a match already */
        if (ioeventfd_check_collision(kvm, p)) {
                ret = -EEXIST;
                goto unlock_fail;