resolve nit from 'netd.c - update some permission related comments' am: 285f705ced am: ffcdf196a6 am: f09b57a2c3

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/2179476

Change-Id: I98d04df75d58c59a6398ce795a5fd1453592c6d5
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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