[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250428203609.64826-1-jsavitz@redhat.com>
Date: Mon, 28 Apr 2025 16:36:09 -0400
From: Joel Savitz <jsavitz@...hat.com>
To: linux-kernel@...r.kernel.org
Cc: Joel Savitz <jsavitz@...hat.com>,
Christian Brauner <brauner@...nel.org>,
Al Viro <viro@...iv.linux.org.uk>,
Catalin Marinas <catalin.marinas@....com>,
Thomas Gleixner <tglx@...utronix.de>,
Michael Ellerman <mpe@...erman.id.au>,
Mateusz Guzik <mjguzik@...il.com>,
Marco Elver <elver@...gle.com>,
Benjamin Gray <bgray@...ux.ibm.com>,
Mark Brown <broonie@...nel.org>
Subject: [PATCH] kernel/sys: fix typo in comment
s/CHILDEREN/CHILDREN
Signed-off-by: Joel Savitz <jsavitz@...hat.com>
---
kernel/sys.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/sys.c b/kernel/sys.c
index 3a2df1bd9f64..01b75c9d9743 100644
--- a/kernel/sys.c
+++ b/kernel/sys.c
@@ -1763,7 +1763,7 @@ SYSCALL_DEFINE2(setrlimit, unsigned int, resource, struct rlimit __user *, rlim)
* given child after it's reaped, or none so this sample is before reaping.
*
* Locking:
- * We need to take the siglock for CHILDEREN, SELF and BOTH
+ * We need to take the siglock for CHILDREN, SELF and BOTH
* for the cases current multithreaded, non-current single threaded
* non-current multithreaded. Thread traversal is now safe with
* the siglock held.
--
2.45.2
Powered by blists - more mailing lists