From e508560672890b2873c89258b88fade1356392ce Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Wed, 4 Oct 2023 16:08:09 -0400 Subject: lsm: fix a spelling mistake Fix a spelling mistake in the security_inode_notifysecctx() kdoc header block. Signed-off-by: Paul Moore --- security/security.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/security.c') 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 -- cgit