From d3d52558c6321dcc7822d75b0d06f9a8d971d35c Mon Sep 17 00:00:00 2001 From: Kevin Gurney Date: Wed, 18 Dec 2024 16:07:01 -0500 Subject: [PATCH] Fix typo. --- .../cpp/arrow/matlab/io/ipc/proxy/record_batch_stream_reader.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/src/cpp/arrow/matlab/io/ipc/proxy/record_batch_stream_reader.cc b/matlab/src/cpp/arrow/matlab/io/ipc/proxy/record_batch_stream_reader.cc index 9d20570463557..f3c833484d38e 100644 --- a/matlab/src/cpp/arrow/matlab/io/ipc/proxy/record_batch_stream_reader.cc +++ b/matlab/src/cpp/arrow/matlab/io/ipc/proxy/record_batch_stream_reader.cc @@ -102,7 +102,7 @@ void RecordBatchStreamReader::readRecordBatch( error::IPC_RECORD_BATCH_READ_FAILED); } // Even if the read was "successful", the resulting record batch may be empty, - // signalling the end of the stream. + // signaling the end of the stream. if (!nextRecordBatch) { context.error = Error{error::IPC_END_OF_STREAM,