public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] signal: fix typo in comment
@ 2020-07-24  9:05 Pavel Machek
  2020-07-26 22:01 ` Christian Brauner
  0 siblings, 1 reply; 2+ messages in thread
From: Pavel Machek @ 2020-07-24  9:05 UTC (permalink / raw)
  To: christian.brauner, oleg, ebiederm, liuzhiqiang26, guro, joel,
	linux-kernel, trivial

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

Fix typo in comment.

Signed-off-by: Pavel Machek (CIP) <pavel@denx.de>

diff --git a/kernel/signal.c b/kernel/signal.c
index ee22ec78fd6d..6f16f7c5d375 100644
--- a/kernel/signal.c
+++ b/kernel/signal.c
@@ -719,7 +719,7 @@ static int dequeue_synchronous_signal(kernel_siginfo_t *info)
 	 * Return the first synchronous signal in the queue.
 	 */
 	list_for_each_entry(q, &pending->list, list) {
-		/* Synchronous signals have a postive si_code */
+		/* Synchronous signals have a positive si_code */
 		if ((q->info.si_code > SI_USER) &&
 		    (sigmask(q->info.si_signo) & SYNCHRONOUS_MASK)) {
 			sync = q;

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-26 22:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-24  9:05 [PATCH] signal: fix typo in comment Pavel Machek
2020-07-26 22:01 ` Christian Brauner

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