[apparmor] [PATCH 6/8] apparmor: fix typo "traverse"
John Johansen
john.johansen at canonical.com
Thu May 3 07:46:25 UTC 2018
On 04/12/2018 03:34 AM, Zygmunt Krynicki wrote:
> Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki at canonical.com>
Acked-by: john johansen <john.johansen at canonical.com
> ---
> security/apparmor/match.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/security/apparmor/match.c b/security/apparmor/match.c
> index 72c604350e80..b175a3472388 100644
> --- a/security/apparmor/match.c
> +++ b/security/apparmor/match.c
> @@ -418,7 +418,7 @@ unsigned int aa_dfa_match(struct aa_dfa *dfa, unsigned int start,
>
> /**
> * aa_dfa_next - step one character to the next state in the dfa
> - * @dfa: the dfa to tranverse (NOT NULL)
> + * @dfa: the dfa to traverse (NOT NULL)
> * @state: the state to start in
> * @c: the input character to transition on
> *
>
More information about the AppArmor
mailing list