mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] signal.c(collect_signal): wrong comment
@ 2002-12-26  0:59 Kristis Makris
  0 siblings, 0 replies; only message in thread
From: Kristis Makris @ 2002-12-26  0:59 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 52 bytes --]

Fixed a wrong comment regarding RT signal queueing.

[-- Attachment #2: nonrt_badcomment.patch --]
[-- Type: text/plain, Size: 421 bytes --]

--- linux/kernel/signal.c	2002-12-23 22:20:05.000000000 -0700
+++ linux-2.5.53.mod/kernel/signal.c	2002-12-25 17:53:45.000000000 -0700
@@ -422,7 +422,7 @@
 		kmem_cache_free(sigqueue_cachep,q);
 		atomic_dec(&nr_queued_signals);
 
-		/* Non-RT signals can exist multiple times.. */
+		/* RT signals can exist multiple times.. */
 		if (sig >= SIGRTMIN) {
 			while ((q = *pp) != NULL) {
 				if (q->info.si_signo == sig)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-12-26  0:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-26  0:59 [PATCH] signal.c(collect_signal): wrong comment Kristis Makris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®