Merge tag 'docs-5.9' of git://git.lwn.net/linux
[sfrench/cifs-2.6.git] / samples / kprobes / kprobe_example.c
index 501911d1b32789ccf2275941bbcb98c1ff790267..240f2435ce6f78e92714f9d4387ba02368f3da98 100644 (file)
@@ -5,7 +5,7 @@
  * stack trace and selected registers when _do_fork() is called.
  *
  * For more information on theory of operation of kprobes, see
- * Documentation/kprobes.txt
+ * Documentation/staging/kprobes.rst
  *
  * You will see the trace data in /var/log/messages and on the console
  * whenever _do_fork() is invoked to create a new process.