resolve nit from 'netd.c - update some permission related comments'

Test: TreeHugger
Bug: 236672779
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: I5dcf6c32ef9bfd067afbfbbbd90e67ff678691f4
diff --git a/bpf_progs/netd.c b/bpf_progs/netd.c
index 47639df..10559dd 100644
--- a/bpf_progs/netd.c
+++ b/bpf_progs/netd.c
@@ -85,7 +85,7 @@
 DEFINE_BPF_MAP_NO_NETD(iface_index_name_map, HASH, uint32_t, IfaceValue, IFACE_INDEX_NAME_MAP_SIZE)
 
 // iptables xt_bpf programs need to be usable by both netd and netutils_wrappers
-// selinux contexts, this is because even non-xt_bpf iptables mutations are implemented as
+// selinux contexts, because even non-xt_bpf iptables mutations are implemented as
 // a full table dump, followed by an update in userspace, and then a reload into the kernel,
 // where any already in-use xt_bpf matchers are serialized as the path to the pinned
 // program (see XT_BPF_MODE_PATH_PINNED) and then the iptables binary (or rather