aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo/domain.c
diff options
context:
space:
mode:
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>2020-12-06 13:44:57 +0900
committerTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>2020-12-06 13:44:57 +0900
commit15269fb193108ba8a3774507d0bbd70949ab610d (patch)
tree1e3a517fbaa1ddac569df2ae3c3de08278be0814 /security/tomoyo/domain.c
parenttomoyo: Fix null pointer check (diff)
downloadlinux-dev-15269fb193108ba8a3774507d0bbd70949ab610d.tar.xz
linux-dev-15269fb193108ba8a3774507d0bbd70949ab610d.zip
tomoyo: Fix typo in comments.
Spotted by developers and codespell program. Co-developed-by: Xiaoming Ni <nixiaoming@huawei.com> Signed-off-by: Xiaoming Ni <nixiaoming@huawei.com> Co-developed-by: Souptick Joarder <jrdr.linux@gmail.com> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com> Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Diffstat (limited to 'security/tomoyo/domain.c')
-rw-r--r--security/tomoyo/domain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tomoyo/domain.c b/security/tomoyo/domain.c
index c6e5cc5cc7cd..98d985895ec8 100644
--- a/security/tomoyo/domain.c
+++ b/security/tomoyo/domain.c
@@ -889,7 +889,7 @@ force_jump_domain:
*
* @bprm: Pointer to "struct linux_binprm".
* @pos: Location to dump.
- * @dump: Poiner to "struct tomoyo_page_dump".
+ * @dump: Pointer to "struct tomoyo_page_dump".
*
* Returns true on success, false otherwise.
*/