]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bpf-devices: update comment
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 9 Apr 2021 12:42:39 +0000 (14:42 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 14 Apr 2021 13:29:41 +0000 (15:29 +0200)
src/core/bpf-devices.c

index 1ad7ade3065d0a469d2b61730ce45b286a68efb5..8a345a44981cba862f8f386c7449068ab5c00191 100644 (file)
@@ -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;