From: Zygmunt Krynicki Date: Thu, 12 Apr 2018 10:34:31 +0000 (+0200) Subject: apparmor: fix typo "type" X-Git-Tag: v4.18-rc1~28^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=69ad4a44a26ee8fefdb75848ccb6784f5254f14c;p=thirdparty%2Fkernel%2Flinux.git apparmor: fix typo "type" Signed-off-by: Zygmunt Krynicki Acked-by: Christian Boltz Signed-off-by: John Johansen --- diff --git a/security/apparmor/lib.c b/security/apparmor/lib.c index 068a9f471f774..a7b3f681b80e1 100644 --- a/security/apparmor/lib.c +++ b/security/apparmor/lib.c @@ -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 *