Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kxxt committed Nov 1, 2024
1 parent 8ce8150 commit 687482a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bpf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 687482a

Please sign in to comment.