]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - arch/s390/kernel/kprobes.c
doc: typo on word accounting in kprobes.c in mutliple architectures
[mirror_ubuntu-zesty-kernel.git] / arch / s390 / kernel / kprobes.c
index adbbe7f1cb0d19ab0b4ea7711952ec03723ed7d0..4f869b2e63f475764f5a4603fa826b73a5b6c7ec 100644 (file)
@@ -543,7 +543,7 @@ static int __kprobes kprobe_trap_handler(struct pt_regs *regs, int trapnr)
        case KPROBE_HIT_SSDONE:
                /*
                 * We increment the nmissed count for accounting,
-                * we can also use npre/npostfault count for accouting
+                * we can also use npre/npostfault count for accounting
                 * these specific fault cases.
                 */
                kprobes_inc_nmissed_count(p);