ClatUtils - fix wrong comment, egress should be ingress

Test: builds
Bug: 65674744
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: Ie81c4f9e3eea594d10e66a417d87d74ec6489b3c
diff --git a/server/ClatUtils.cpp b/server/ClatUtils.cpp
index b70155d..ed7287a 100644
--- a/server/ClatUtils.cpp
+++ b/server/ClatUtils.cpp
@@ -206,10 +206,10 @@
     return doTcQdiscClsact(fd, ifIndex, RTM_DELQDISC, 0);
 }
 
-// tc filter add dev ... egress prio 1 protocol ipv6 bpf object-pinned /sys/fs/bpf/... direct-action
+// tc filter add dev .. ingress prio 1 protocol ipv6 bpf object-pinned /sys/fs/bpf/... direct-action
 int tcFilterAddDevBpf(int fd, int ifIndex, int bpfFd, bool ethernet) {
     // The priority doesn't matter until we actually start attaching multiple
-    // things to the same interface's egress point.
+    // things to the same interface's ingress point.
     const int prio = 1;
 
     // This is the name of the filter we're attaching (ie. this is the 'bpf'