Re: [PATCH v2 2/2] security: smack: fix spelling mistake

From: Casey Schaufler

Date: Tue May 26 2026 - 18:24:27 EST


On 5/25/2026 6:38 PM, fffsqian@xxxxxxx wrote:
> From: Qingshuang Fu <fuqingshuang@xxxxxxxxxx>
>
> Fix misspelling: overriden → overridden
>
> Signed-off-by: Qingshuang Fu <fuqingshuang@xxxxxxxxxx>

Thank you. I will be taking this in the Smack tree.

>
> Changes since v1:
> - Split original single patch into two standalone patches,
> separate AppArmor and Smack changes for different maintainer trees.
> ---
> security/smack/smackfs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/security/smack/smackfs.c b/security/smack/smackfs.c
> index 6e62dcb36f74..2820bd3ee72e 100644
> --- a/security/smack/smackfs.c
> +++ b/security/smack/smackfs.c
> @@ -115,7 +115,7 @@ struct smack_known *smack_syslog_label;
> /*
> * Ptrace current rule
> * SMACK_PTRACE_DEFAULT regular smack ptrace rules (/proc based)
> - * SMACK_PTRACE_EXACT labels must match, but can be overriden with
> + * SMACK_PTRACE_EXACT labels must match, but can be overridden with
> * CAP_SYS_PTRACE
> * SMACK_PTRACE_DRACONIAN labels must match, CAP_SYS_PTRACE has no effect
> */