trivial: fix then -> than typos in comments and documentation

- (better, more, bigger ...) then -> (...) than

Signed-off-by: Frederik Schwarzer <schwarzerf@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
这个提交包含在:
Frederik Schwarzer
2008-10-16 19:02:37 +02:00
提交者 Jiri Kosina
父节点 0abb8b6a93
当前提交 025dfdafe7
修改 56 个文件,包含 76 行新增76 行删除

查看文件

@@ -381,7 +381,7 @@ static int __kprobes trampoline_probe_handler(struct kprobe *p,
/*
* It is possible to have multiple instances associated with a given
* task either because an multiple functions in the call path
* have a return probe installed on them, and/or more then one return
* have a return probe installed on them, and/or more than one return
* return probe was registered for a target function.
*
* We can handle this because: