Documentation/kprobes: Remove jprobes related leftover
[linux-2.6-block.git] / Documentation / kprobes.txt
index cb3b0de83fc6db83d9a5739bdaa0eb199ae5250d..33dd6a81fb641d81399f8878615f481a6994b258 100644 (file)
@@ -474,7 +474,7 @@ error occurs during registration, all probes in the array, up to
 the bad probe, are safely unregistered before the register_*probes
 function returns.
 
-- kps/rps/jps: an array of pointers to ``*probe`` data structures
+- kps/rps: an array of pointers to ``*probe`` data structures
 - num: the number of the array entries.
 
 .. note::