Skip to content

Commit 41f198d

Browse files
TanyaAgarwal25Tetsuo Handa
authored andcommitted
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 <[email protected]> Reviewed-by: Mimi Zohar <[email protected]> Signed-off-by: Tetsuo Handa <[email protected]>
1 parent aa22f4d commit 41f198d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/tomoyo/domain.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ bool tomoyo_dump_page(struct linux_binprm *bprm, unsigned long pos,
920920
#ifdef CONFIG_MMU
921921
/*
922922
* This is called at execve() time in order to dig around
923-
* in the argv/environment of the new proceess
923+
* in the argv/environment of the new process
924924
* (represented by bprm).
925925
*/
926926
mmap_read_lock(bprm->mm);

0 commit comments

Comments
 (0)