]> Pileus Git - ~andy/linux/blobdiff - Documentation/kprobes.txt
Documentation/: it's -> its where appropriate
[~andy/linux] / Documentation / kprobes.txt
index 2f9115c0ae627f044f4a22266cd7037c9ba10fd8..51ec634ac04b98ba88ad66c1868a215d21152101 100644 (file)
@@ -332,7 +332,7 @@ occurs during execution of kp->pre_handler or kp->post_handler,
 or during single-stepping of the probed instruction, Kprobes calls
 kp->fault_handler.  Any or all handlers can be NULL. If kp->flags
 is set KPROBE_FLAG_DISABLED, that kp will be registered but disabled,
-so, it's handlers aren't hit until calling enable_kprobe(kp).
+so, its handlers aren't hit until calling enable_kprobe(kp).
 
 NOTE:
 1. With the introduction of the "symbol_name" field to struct kprobe,