Re: [PATCH 16/16] trivial: fix assorted spelling typos

From: André Goddard Rosa
Date: Sun Nov 01 2009 - 12:22:23 EST


On Sun, Nov 1, 2009 at 10:24 AM, Stefan Richter
<stefanr@xxxxxxxxxxxxxxxxx> wrote:
> André Goddard Rosa wrote:
>> --- a/security/selinux/ss/services.c
>> +++ b/security/selinux/ss/services.c
>> @@ -741,7 +741,7 @@ int security_bounded_transition(u32 old_sid, u32 new_sid)
>>               goto out;
>>       }
>>
>> -     /* type/domain unchaned */
>> +     /* type/domain unchained */
>>       if (old_context->type == new_context->type) {
>>               rc = 0;
>>               goto out;
>
> unchanged?

Yes, of course you're right, thanks! Please find updated patch below: