[PATCH] kernel/sys: fix typo in comment

Joel Savitz posted 1 patch 9 months, 2 weeks ago
kernel/sys.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] kernel/sys: fix typo in comment
Posted by Joel Savitz 9 months, 2 weeks ago
s/CHILDEREN/CHILDREN

Signed-off-by: Joel Savitz <jsavitz@redhat.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