Skip to content

Commit 73d30c9

Browse files
committed
Better comments
Change-Id: If8f66ebb6d3914d8aa1936be0410079ab735de89
1 parent 8597b96 commit 73d30c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/src/arrow/ipc/metadata-internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18-
// C++ object model and user API for interprocess schema messaging
18+
// Internal metadata serialization matters
1919

2020
#ifndef ARROW_IPC_METADATA_INTERNAL_H
2121
#define ARROW_IPC_METADATA_INTERNAL_H

cpp/src/arrow/ipc/reader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18-
// Implement Arrow file layout for IPC/RPC purposes and short-lived storage
18+
// Read Arrow files and streams
1919

2020
#ifndef ARROW_IPC_READER_H
2121
#define ARROW_IPC_READER_H

0 commit comments

Comments
 (0)