]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
tomoyo: fix spelling error
authorTanya Agarwal <tanyaagarwal25699@gmail.com>
Thu, 23 Jan 2025 19:48:00 +0000 (01:18 +0530)
committerTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Sun, 26 Jan 2025 10:11:56 +0000 (19:11 +0900)
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>
security/tomoyo/domain.c

index 3a7b0874cf44d5b8a35dc26314e205382c3badfe..5f9ccab26e9abb66a2d8ff19c4b66cc6aa9db903 100644 (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);