From 687482af3a2ecd873ca76db0e94bec7458810b97 Mon Sep 17 00:00:00 2001 From: Levi Zim Date: Fri, 1 Nov 2024 22:45:18 +0800 Subject: [PATCH] chore: fix typo --- src/bpf.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bpf.rs b/src/bpf.rs index f8e52c8..cfdf908 100644 --- a/src/bpf.rs +++ b/src/bpf.rs @@ -157,7 +157,7 @@ impl EbpfTracer { #[allow(clippy::comparison_chain)] if header.eid > eid { // There are some lost events - // In some cases the events are not really lost but sent out of order because of parallism + // In some cases the events are not really lost but sent out of order because of parallelism warn!( "inconsistent event id counter: local = {eid}, kernel = {}. Possible event loss!", header.eid