From dbdb5ff15a4a66ce28532275a32f08a9649001c9 Mon Sep 17 00:00:00 2001 From: Matt Topol Date: Mon, 21 Oct 2024 22:18:41 -0400 Subject: [PATCH] Update cpp/src/arrow/c/bridge.h Co-authored-by: David Li --- cpp/src/arrow/c/bridge.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/arrow/c/bridge.h b/cpp/src/arrow/c/bridge.h index 1a4625510c42d..813e13e79d64c 100644 --- a/cpp/src/arrow/c/bridge.h +++ b/cpp/src/arrow/c/bridge.h @@ -443,7 +443,7 @@ class Executor; /// The ArrowAsyncDeviceStreamHandler struct is intended to have its callbacks populated /// and then be passed to a producer to call the appropriate callbacks when data is ready. /// This inverts the traditional flow of control, and so we construct a corresponding -/// AsyncRecordBatchReader to provide an interface for the consumer to retrieve data as it +/// AsyncRecordBatchGenerator to provide an interface for the consumer to retrieve data as it /// is pushed to the handler. /// /// \param[in,out] handler C struct to be populated