From: Zygmunt Krynicki Date: Thu, 12 Apr 2018 10:34:30 +0000 (+0200) Subject: apparmor: fix typo "replace" X-Git-Tag: v4.18-rc1~28^2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b62fb22674dd7c7eb7e8aeec5937165e8b063f9c;p=thirdparty%2Fkernel%2Flinux.git apparmor: fix typo "replace" Signed-off-by: Zygmunt Krynicki Acked-by: Christian Boltz Signed-off-by: John Johansen --- diff --git a/security/apparmor/label.c b/security/apparmor/label.c index fa3f17bbe9e4c..a17574df611b6 100644 --- a/security/apparmor/label.c +++ b/security/apparmor/label.c @@ -2011,7 +2011,7 @@ out: /** * __label_update - insert updated version of @label into labelset - * @label - the label to update/repace + * @label - the label to update/replace * * Returns: new label that is up to date * else NULL on failure