Skip to content

Commit

Permalink
tomoyo: fix spelling error
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
TanyaAgarwal25 authored and Tetsuo Handa committed Jan 26, 2025
1 parent aa22f4d commit 41f198d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/tomoyo/domain.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 41f198d

Please sign in to comment.