1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00

tomoyo: fix spelling error

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@gmail.com>
Reviewed-by: Mimi Zohar <zohar@linux.ibm.com>
Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
This commit is contained in:
Tanya Agarwal 2025-01-24 01:18:00 +05:30 committed by Tetsuo Handa
parent aa22f4da2a
commit 41f198d58b

View file

@ -920,7 +920,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);