]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/bpf-firewall.c
tree-wide: "<n>bit" → "<n>-bit"
[thirdparty/systemd.git] / src / core / bpf-firewall.c
index 0861b4b829110060afe9af9a7fb2a7b40ce48acf..66773e182783be9e64e38b2c685f4554cee16f1b 100644 (file)
@@ -70,7 +70,7 @@ static int add_lookup_instructions(
         }
 
         do {
-                /* Compare IPv4 with one word instruction (32bit) */
+                /* Compare IPv4 with one word instruction (32-bit) */
                 struct bpf_insn insn[] = {
                         /* If skb->protocol != ETH_P_IP, skip this whole block. The offset will be set later. */
                         BPF_JMP_IMM(BPF_JNE, BPF_REG_7, htobe16(protocol), 0),