From ec44a2c46b60ec70fe023f3e3301ada8a52d130d Mon Sep 17 00:00:00 2001 From: John Johansen Date: Sun, 2 May 2021 09:40:17 +0000 Subject: [PATCH] Merge Fix comment wording in file_cache.h Fixes: https://gitlab.com/apparmor/apparmor/-/merge_requests/743 MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/752 Acked-by: John Johansen (cherry picked from commit 33a53c26642102d2ed31874620ffe2bddd795897) Signed-off-by: John Johansen --- parser/file_cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/file_cache.h b/parser/file_cache.h index dae2ffb80..7483be22d 100644 --- a/parser/file_cache.h +++ b/parser/file_cache.h @@ -12,7 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, Canonical Ltd. + * along with this program; if not, contact Canonical Ltd. */ #ifndef __AA_FILE_CACHE_H