diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/selinux/ss/services.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/ss/services.c b/security/selinux/ss/services.c index 0ae032f3876b..f00161ef99ed 100644 --- a/security/selinux/ss/services.c +++ b/security/selinux/ss/services.c | |||
@@ -792,7 +792,7 @@ int security_context_to_sid(char *scontext, u32 scontext_len, u32 *sid) | |||
792 | * @scontext: security context | 792 | * @scontext: security context |
793 | * @scontext_len: length in bytes | 793 | * @scontext_len: length in bytes |
794 | * @sid: security identifier, SID | 794 | * @sid: security identifier, SID |
795 | * @def_sid: default SID to assign on errror | 795 | * @def_sid: default SID to assign on error |
796 | * | 796 | * |
797 | * Obtains a SID associated with the security context that | 797 | * Obtains a SID associated with the security context that |
798 | * has the string representation specified by @scontext. | 798 | * has the string representation specified by @scontext. |