[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20250123194759.2759-1-tanyaagarwal25699@gmail.com>
Date: Fri, 24 Jan 2025 01:18:00 +0530
From: Tanya Agarwal <tanyaagarwal25699@...il.com>
To: zohar@...ux.ibm.com,
takedakn@...data.co.jp,
penguin-kernel@...ove.SAKURA.ne.jp,
paul@...l-moore.com,
jmorris@...ei.org,
serge@...lyn.com
Cc: linux-security-module@...r.kernel.org,
linux-kernel@...r.kernel.org,
skhan@...uxfoundation.org,
anupnewsmail@...il.com,
Tanya Agarwal <tanyaagarwal25699@...il.com>
Subject: [PATCH] tomoyo: fix spelling error
From: Tanya Agarwal <tanyaagarwal25699@...il.com>
Fix spelling error in security/tomoyo module comments that were
identified using the codespell tool.
No functional changes - documentation only.
Signed-off-by: Tanya Agarwal <tanyaagarwal25699@...il.com>
Reviewed-by: Mimi Zohar <zohar@...ux.ibm.com>
---
Original discussion:
https://lore.kernel.org/all/20250112072925.1774-1-tanyaagarwal25699@gmail.com
This patch set is split into individual patches for each LSM
to facilitate easier review by respective maintainers.
security/tomoyo/domain.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/security/tomoyo/domain.c b/security/tomoyo/domain.c
index aed9e3ef2c9e..9a1928be707d 100644
--- a/security/tomoyo/domain.c
+++ b/security/tomoyo/domain.c
@@ -913,7 +913,7 @@ bool tomoyo_dump_page(struct linux_binprm *bprm, unsigned long pos,
#ifdef CONFIG_MMU
/*
* This is called at execve() time in order to dig around
- * in the argv/environment of the new proceess
+ * in the argv/environment of the new process
* (represented by bprm).
*/
mmap_read_lock(bprm->mm);
--
2.39.5
Powered by blists - more mailing lists