BpfHandler: fix comment whitespace/quoting
Test: N/A
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: I8823af530e3dad6d3646826a8d4537a8989c2efd
diff --git a/bpf/netd/BpfHandler.cpp b/bpf/netd/BpfHandler.cpp
index 9131933..8e4c2c6 100644
--- a/bpf/netd/BpfHandler.cpp
+++ b/bpf/netd/BpfHandler.cpp
@@ -233,7 +233,7 @@
Status BpfHandler::init(const char* cg2_path) {
// This wait is effectively a no-op on U QPR3+ devices (as netd starts
- // *after* the synchronous exec_startbpfloader which calls NetBpfLoad)
+ // *after* the synchronous 'exec_start bpfloader' which calls NetBpfLoad)
// but checking for U QPR3 is hard.
//
// Waiting should not be required on U QPR3+ devices,