diff options
author | Zygmunt Krynicki <zygmunt.krynicki@canonical.com> | 2018-04-12 12:34:29 +0200 |
---|---|---|
committer | John Johansen <john.johansen@canonical.com> | 2018-05-03 00:48:58 -0700 |
commit | a18f902888c017478009d3cd17fd3f5ed1dcbc43 (patch) | |
tree | fa7d80981e8a613d8d4ed328f33e0fac2bd2e967 /security | |
parent | b2c2086c3984d96045e758d984d859caae6f96ca (diff) | |
download | linux-stable-a18f902888c017478009d3cd17fd3f5ed1dcbc43.tar.gz linux-stable-a18f902888c017478009d3cd17fd3f5ed1dcbc43.tar.bz2 linux-stable-a18f902888c017478009d3cd17fd3f5ed1dcbc43.zip |
apparmor: fix typo "comparison"
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
Acked-by: Christian Boltz <apparmor@cboltz.de>
Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'security')
-rw-r--r-- | security/apparmor/label.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/apparmor/label.c b/security/apparmor/label.c index 152352755869..fa3f17bbe9e4 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) * |