diff options
author | Paul Moore <paul@paul-moore.com> | 2023-10-04 16:08:09 -0400 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2023-10-04 16:19:29 -0400 |
commit | e508560672890b2873c89258b88fade1356392ce (patch) | |
tree | 5198d4290dedcca13bb9d031440850c17a3d28be /security/security.c | |
parent | 41e845628511878d6e89e2a9249c095e72aab7eb (diff) |
lsm: fix a spelling mistake
Fix a spelling mistake in the security_inode_notifysecctx() kdoc
header block.
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 7b0052e96806..dcb3e7014f9b 100644 --- a/security/security.c +++ b/security/security.c @@ -3957,7 +3957,7 @@ void security_inode_invalidate_secctx(struct inode *inode) EXPORT_SYMBOL(security_inode_invalidate_secctx); /** - * security_inode_notifysecctx() - Nofify the LSM of an inode's security label + * security_inode_notifysecctx() - Notify the LSM of an inode's security label * @inode: inode * @ctx: secctx * @ctxlen: length of secctx |