Message ID | 20250123194759.2759-1-tanyaagarwal25699@gmail.com (mailing list archive) |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | tomoyo: fix spelling error | expand |
On 2025/01/24 4:48, Tanya Agarwal wrote: > From: Tanya Agarwal <tanyaagarwal25699@gmail.com> > > 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> Applied as https://sourceforge.net/p/tomoyo/tomoyo.git/ci/41f198d58b6f2b36f9f8a4481d517369b324e773/ . Thanks.
diff --git a/security/tomoyo/domain.c b/security/tomoyo/domain.c index aed9e3ef2c9e..9a1928be707d 100644 --- a/security/tomoyo/domain.c +++ b/security/tomoyo/domain.c @@ -913,7 +913,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);