From: Zygmunt Krynicki Date: Thu, 12 Apr 2018 10:34:29 +0000 (+0200) Subject: apparmor: fix typo "comparison" X-Git-Tag: v4.18-rc1~28^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a18f902888c017478009d3cd17fd3f5ed1dcbc43;p=thirdparty%2Fkernel%2Flinux.git apparmor: fix typo "comparison" Signed-off-by: Zygmunt Krynicki Acked-by: Christian Boltz Signed-off-by: John Johansen --- diff --git a/security/apparmor/label.c b/security/apparmor/label.c index 152352755869e..fa3f17bbe9e4c 100644 --- a/security/apparmor/label.c +++ b/security/apparmor/label.c @@ -128,7 +128,7 @@ static int ns_cmp(struct aa_ns *a, struct aa_ns *b) } /** - * profile_cmp - profile comparision for set ordering + * profile_cmp - profile comparison for set ordering * @a: profile to compare (NOT NULL) * @b: profile to compare (NOT NULL) * @@ -157,7 +157,7 @@ static int profile_cmp(struct aa_profile *a, struct aa_profile *b) } /** - * vec_cmp - label comparision for set ordering + * vec_cmp - label comparison for set ordering * @a: label to compare (NOT NULL) * @vec: vector of profiles to compare (NOT NULL) * @n: length of @vec @@ -463,7 +463,7 @@ fail: /** - * label_cmp - label comparision for set ordering + * label_cmp - label comparison for set ordering * @a: label to compare (NOT NULL) * @b: label to compare (NOT NULL) *