apparmor: fix typo "type"
authorZygmunt Krynicki <zygmunt.krynicki@canonical.com>
Thu, 12 Apr 2018 10:34:31 +0000 (12:34 +0200)
committerJohn Johansen <john.johansen@canonical.com>
Thu, 3 May 2018 07:49:56 +0000 (00:49 -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/lib.c

index 068a9f4..a7b3f68 100644 (file)
@@ -408,7 +408,7 @@ int aa_profile_label_perm(struct aa_profile *profile, struct aa_profile *target,
  * @request: requested perms
  * @deny: Returns: explicit deny set
  * @sa: initialized audit structure (MAY BE NULL if not auditing)
- * @cb: callback fn for tpye specific fields (MAY BE NULL)
+ * @cb: callback fn for type specific fields (MAY BE NULL)
  *
  * Returns: 0 if permission else error code
  *