Skip to content

Commit

Permalink
Fix typo in multi_iterator_scanner.rs (#34215)
Browse files Browse the repository at this point in the history
targetting -> targeting
  • Loading branch information
eltociear committed Nov 25, 2023
1 parent 4ee5078 commit c6451e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/banking_stage/multi_iterator_scanner.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Provides an iterator interface that create non-conflicting batches of elements to process.
//!
//! The problem that this structure is targetting is as following:
//! The problem that this structure is targeting is as following:
//! We have a slice of transactions we want to process in batches where transactions
//! in the same batch do not conflict with each other. This allows us process them in
//! parallel. The original slice is ordered by priority, and it is often the case
Expand Down

0 comments on commit c6451e9

Please sign in to comment.