Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
[firefly-linux-kernel-4.4.55.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;