diff options
| author | Kalevi Kolttonen <kalevi@kolttonen.fi> | 2025-05-15 23:23:40 +0300 |
|---|---|---|
| committer | Paul Moore <paul@paul-moore.com> | 2025-06-16 18:43:13 -0400 |
| commit | 9fc86a85f36c51dd9e628c82091326151c8ff638 (patch) | |
| tree | 1e5f61f8a354b9632326302840f0f87f4d81ec87 /security/security.c | |
| parent | fe78e02600f83d81e55f6fc352d82c4f264a2901 (diff) | |
| download | linux-9fc86a85f36c51dd9e628c82091326151c8ff638.tar.gz | |
lsm: trivial comment fix
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>
Diffstat (limited to 'security/security.c')
| -rw-r--r-- | security/security.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/security.c b/security/security.c index 596d4181857735..fc8405928cc719 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 |
