From: Zbigniew Jędrzejewski-Szmek Date: Fri, 9 Apr 2021 12:42:39 +0000 (+0200) Subject: bpf-devices: update comment X-Git-Tag: v249-rc1~407^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5600a26114d7c93592d3b030e0d02be62919ad51;p=thirdparty%2Fsystemd.git bpf-devices: update comment --- 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;