Commit a18f9028 authored by Zygmunt Krynicki's avatar Zygmunt Krynicki Committed by John Johansen

apparmor: fix typo "comparison"

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@canonical.com>
Acked-by: default avatarChristian Boltz <apparmor@cboltz.de>
Signed-off-by: default avatarJohn Johansen <john.johansen@canonical.com>
parent b2c2086c
......@@ -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 @@ struct aa_label *aa_label_alloc(int size, struct aa_proxy *proxy, gfp_t gfp)
/**
* 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)
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment