From 3f46d96acabd2e154e6ba50648b723b0c6a16c01 Mon Sep 17 00:00:00 2001 From: John Johansen Date: Thu, 22 Jul 2021 13:36:22 -0700 Subject: [PATCH] libapparmor: fix comments about kernel exporte interfaces Some basic fixes to comments, that were found after !713 was merged. Fixes: https://gitlab.com/apparmor/apparmor/-/merge_requests/713 MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/777 Signed-off-by: John Johansen Acked-by: Christian Boltz --- libraries/libapparmor/src/kernel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/libapparmor/src/kernel.c b/libraries/libapparmor/src/kernel.c index ef9daab3e..7063799c9 100644 --- a/libraries/libapparmor/src/kernel.c +++ b/libraries/libapparmor/src/kernel.c @@ -54,7 +54,7 @@ * * /sys/module/apparmor/parameters/ * * - * Available on on kernels, some options may not be available and policy + * Available on all kernels, some options may not be available and policy * may block access. * audit - normal,quiet_denied,quiet,noquiet,all * debug (bool) - turn on debug messages if enabled during compile @@ -105,7 +105,7 @@ * /sys/module/apparmor/parameters/enabled=N. * Note: older version of the library only used this interface and did not * check if it was available. Which could lead to weird failures if - * another LSM had clamed it. This version of the library tries to + * another LSM has claimed it. This version of the library tries to * fix this problem, but unfortunately it is impossible to completely * address, because access to interfaces required to determine * whether apparmor owns the interface may be restricted, either