From 5600a26114d7c93592d3b030e0d02be62919ad51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 9 Apr 2021 14:42:39 +0200 Subject: [PATCH] bpf-devices: update comment --- src/core/bpf-devices.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/bpf-devices.c b/src/core/bpf-devices.c index 1ad7ade3065..8a345a44981 100644 --- a/src/core/bpf-devices.c +++ b/src/core/bpf-devices.c @@ -216,7 +216,7 @@ int bpf_devices_apply_policy( _cleanup_free_ char *controller_path = NULL; int r; - /* This will assign *keep_program if everything goes well. */ + /* This will assign *prog_installed if everything goes well. */ if (!prog) goto finish;