]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
apparmor: fix typo "comparison"
authorZygmunt Krynicki <zygmunt.krynicki@canonical.com>
Thu, 12 Apr 2018 10:34:29 +0000 (12:34 +0200)
committerJohn Johansen <john.johansen@canonical.com>
Thu, 3 May 2018 07:48:58 +0000 (00:48 -0700)
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>
security/apparmor/label.c

index 152352755869eb2dc41c34eff6074e6474054e92..fa3f17bbe9e4cfd06cc15a17eaddf81cf94050f2 100644 (file)
@@ -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)
  *