]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/x86/kernel/kprobes.c
trivial: fix then -> than typos in comments and documentation
[net-next-2.6.git] / arch / x86 / kernel / kprobes.c
index 6c27679ec6aa1753be87e05b6c72a10553f69574..a116e6d5726cf9f8ad1412e786e1b14b43a1ed59 100644 (file)
@@ -694,7 +694,7 @@ static __used __kprobes void *trampoline_handler(struct pt_regs *regs)
        /*
         * It is possible to have multiple instances associated with a given
         * task either because multiple functions in the call path have
-        * return probes installed on them, and/or more then one
+        * return probes installed on them, and/or more than one
         * return probe was registered for a target function.
         *
         * We can handle this because: