Skip to content

Commit e508560

Browse files
committed
lsm: fix a spelling mistake
Fix a spelling mistake in the security_inode_notifysecctx() kdoc header block. Signed-off-by: Paul Moore <[email protected]>
1 parent 41e8456 commit e508560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/security.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3957,7 +3957,7 @@ void security_inode_invalidate_secctx(struct inode *inode)
39573957
EXPORT_SYMBOL(security_inode_invalidate_secctx);
39583958

39593959
/**
3960-
* security_inode_notifysecctx() - Nofify the LSM of an inode's security label
3960+
* security_inode_notifysecctx() - Notify the LSM of an inode's security label
39613961
* @inode: inode
39623962
* @ctx: secctx
39633963
* @ctxlen: length of secctx

0 commit comments

Comments
 (0)