diff mbox series

security/apparmor: fix misspellings using codespell tool

Message ID 20210309032652.274356-1-xiong.zhenwu@zte.com.cn (mailing list archive)
State New, archived
Headers show
Series security/apparmor: fix misspellings using codespell tool | expand

Commit Message

Menglong Dong March 9, 2021, 3:26 a.m. UTC
From: Xiong Zhenwu <xiong.zhenwu@zte.com.cn>

A typo is found out by codespell tool in 204th line of apparmorfs.c:

$ codespell ./security/apparmor/
./apparmorfs.c:204: seting  ==> setting

Fix a typo found by codespell.

Signed-off-by: Xiong Zhenwu <xiong.zhenwu@zte.com.cn>
---
 security/apparmor/apparmorfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/security/apparmor/apparmorfs.c b/security/apparmor/apparmorfs.c
index 2ee3b3d29f10..79591fc131b0 100644
--- a/security/apparmor/apparmorfs.c
+++ b/security/apparmor/apparmorfs.c
@@ -201,7 +201,7 @@  static struct file_system_type aafs_ops = {
 /**
  * __aafs_setup_d_inode - basic inode setup for apparmorfs
  * @dir: parent directory for the dentry
- * @dentry: dentry we are seting the inode up for
+ * @dentry: dentry we are setting the inode up for
  * @mode: permissions the file should have
  * @data: data to store on inode.i_private, available in open()
  * @link: if symlink, symlink target string