diff options
author | Tanya Agarwal <tanyaagarwal25699@gmail.com> | 2025-01-24 01:18:00 +0530 |
---|---|---|
committer | Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> | 2025-01-26 19:11:56 +0900 |
commit | 41f198d58b6f2b36f9f8a4481d517369b324e773 (patch) | |
tree | 8bca0a1fc4c1c49653c2253edb010279e6a21dfd /security | |
parent | aa22f4da2a46b484a257d167c67a2adc1b7aaf68 (diff) | |
download | linux-41f198d58b6f2b36f9f8a4481d517369b324e773.tar.gz linux-41f198d58b6f2b36f9f8a4481d517369b324e773.tar.bz2 linux-41f198d58b6f2b36f9f8a4481d517369b324e773.zip |
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>
Diffstat (limited to 'security')
-rw-r--r-- | security/tomoyo/domain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tomoyo/domain.c b/security/tomoyo/domain.c index 3a7b0874cf44..5f9ccab26e9a 100644 --- a/security/tomoyo/domain.c +++ b/security/tomoyo/domain.c @@ -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); |