summaryrefslogtreecommitdiffstats
path: root/tapset/signal.stp
diff options
context:
space:
mode:
Diffstat (limited to 'tapset/signal.stp')
-rw-r--r--tapset/signal.stp5
1 files changed, 3 insertions, 2 deletions
diff --git a/tapset/signal.stp b/tapset/signal.stp
index 84731a46..1e568ae5 100644
--- a/tapset/signal.stp
+++ b/tapset/signal.stp
@@ -327,9 +327,10 @@ probe signal.send_sig_queue.return =
}
-/* probe signal.pend
+/* probe signal.pending
*
- * Used to Suspend signals
+ * Used to examine the set of signals that are pending for
+ * delivery to the calling thread
*
* long do_sigpending(void __user *set, unsigned long sigsetsize)
*/