From: Tanya Agarwal Date: Thu, 23 Jan 2025 19:48:00 +0000 (+0530) Subject: tomoyo: fix spelling error X-Git-Tag: v6.14-rc3~43^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=41f198d58b6f2b36f9f8a4481d517369b324e773;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: Mimi Zohar Signed-off-by: Tetsuo Handa --- diff --git a/security/tomoyo/domain.c b/security/tomoyo/domain.c index 3a7b0874cf44d..5f9ccab26e9ab 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);