Commit 41f198d5 authored by Tanya Agarwal's avatar Tanya Agarwal Committed by Tetsuo Handa
Browse files

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: default avatarTanya Agarwal <tanyaagarwal25699@gmail.com>
Reviewed-by: default avatarMimi Zohar <zohar@linux.ibm.com>
Signed-off-by: default avatarTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
parent aa22f4da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);