From d133a9609ee6111c9718a4bbe559b84a399603e6 Mon Sep 17 00:00:00 2001 From: Gabriel Craciunescu Date: Tue, 31 Jul 2007 00:39:19 -0700 Subject: Typo fixes errror -> error Typo fixes errror -> error Signed-off-by: Gabriel Craciunescu Cc: Jeff Garzik Cc: Martin Schwidefsky Cc: Stephen Smalley Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- security/selinux/ss/services.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/selinux') 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) * @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. -- cgit v1.2.3-59-g8ed1b