From: Kalevi Kolttonen Date: Thu, 15 May 2025 20:23:40 +0000 (+0300) Subject: lsm: trivial comment fix X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9fc86a85f36c51dd9e628c82091326151c8ff638;p=thirdparty%2Flinux.git lsm: trivial comment fix Fix a typo in the security_inode_mkdir() comment block. Signed-off-by: Kalevi Kolttonen [PM: subject tweak, add description] Signed-off-by: Paul Moore --- diff --git a/security/security.c b/security/security.c index 596d418185773..fc8405928cc71 100644 --- a/security/security.c +++ b/security/security.c @@ -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