]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
lsm: trivial comment fix
authorKalevi Kolttonen <kalevi@kolttonen.fi>
Thu, 15 May 2025 20:23:40 +0000 (23:23 +0300)
committerPaul Moore <paul@paul-moore.com>
Mon, 16 Jun 2025 22:43:13 +0000 (18:43 -0400)
Fix a typo in the security_inode_mkdir() comment block.

Signed-off-by: Kalevi Kolttonen <kalevi@kolttonen.fi>
[PM: subject tweak, add description]
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/security.c

index 596d4181857735626eb0ec0f4c5693719c40dd9a..fc8405928cc719d0086700983b1f84f3e59e3605 100644 (file)
@@ -2181,7 +2181,7 @@ int security_inode_symlink(struct inode *dir, struct dentry *dentry,
 }
 
 /**
- * security_inode_mkdir() - Check if creation a new director is allowed
+ * security_inode_mkdir() - Check if creating a new directory is allowed
  * @dir: parent directory
  * @dentry: new directory
  * @mode: new directory mode