Typo/filter_and_forward_with_account_limits (#29183)

This commit is contained in:
apfitzge 2022-12-09 16:22:25 -06:00 committed by GitHub
parent 7f1b71a2b0
commit cd9f1f1862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -585,7 +585,7 @@ impl ThreadLocalUnprocessedPackets {
.chunks(batch_size)
.into_iter()
.flat_map(|packets_to_process| {
// Only prcoess packets not yet forwarded
// Only process packets not yet forwarded
let (forwarded_packets, packets_to_forward, is_tracer_packet) = self
.prepare_packets_to_forward(
packets_to_process,