From e31015a11a2be1bdded7df36d383cf1cc972467e Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Sun, 2 May 2021 11:29:41 +0200 Subject: [PATCH] Fix comment wording in file_cache.h This fixes https://gitlab.com/apparmor/apparmor/-/merge_requests/743#note_562522101 --- 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