Skip to content

Commit b588656

Browse files
author
Rafał Hibner
committed
Fix typo
1 parent d918742 commit b588656

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/src/arrow/acero/accumulation_queue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class ARROW_ACERO_EXPORT SerialSequencingQueue {
145145
/// Wrapper for processor with backpressure
146146
///
147147
/// This wrapper adds backpressure logic acting on number of sequenced batches.
148-
// Also batches are Processes on new scheduled tasks. The tasks will be scheduled on
148+
// Also batches are Processed on new scheduled tasks. The tasks will be scheduled on
149149
/// IO executor when requires_io==true.
150150
static std::unique_ptr<Processor> MakeBackpressureWrapper(Processor* processor,
151151
BackpressureHandler handler,

0 commit comments

Comments
 (0)