Merge tag 'x86-cleanups-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...
[platform/kernel/linux-rpi.git] / arch / x86 / kernel / kprobes / core.c
index 1b3fe0e..c492ad3 100644 (file)
@@ -674,7 +674,7 @@ static int prepare_emulation(struct kprobe *p, struct insn *insn)
                        break;
 
                if (insn->addr_bytes != sizeof(unsigned long))
-                       return -EOPNOTSUPP;     /* Don't support differnt size */
+                       return -EOPNOTSUPP;     /* Don't support different size */
                if (X86_MODRM_MOD(opcode) != 3)
                        return -EOPNOTSUPP;     /* TODO: support memory addressing */