diff options
author | Gabriel Craciunescu <nix.or.die@googlemail.com> | 2007-07-31 00:39:19 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-31 15:39:42 -0700 |
commit | d133a9609ee6111c9718a4bbe559b84a399603e6 (patch) | |
tree | c838cc2ec00584acdf42125a13be1a8274b038e7 /security | |
parent | 6ace06dc68db13f7f82f9341fdef89502f0bb217 (diff) | |
download | op-kernel-dev-d133a9609ee6111c9718a4bbe559b84a399603e6.zip op-kernel-dev-d133a9609ee6111c9718a4bbe559b84a399603e6.tar.gz |
Typo fixes errror -> error
Typo fixes errror -> error
Signed-off-by: Gabriel Craciunescu <nix.or.die@googlemail.com>
Cc: Jeff Garzik <jeff@garzik.org>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Stephen Smalley <sds@tycho.nsa.gov>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 0ae032f3..f00161e 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) * @scontext: security context * @scontext_len: length in bytes * @sid: security identifier, SID - * @def_sid: default SID to assign on errror + * @def_sid: default SID to assign on error * * Obtains a SID associated with the security context that * has the string representation specified by @scontext. |