Repository: arrow
Updated Branches:
  refs/heads/master 0ac81b5c0 -> a534e5d53


ARROW-1516: [GLib] Update document

Author: Kouhei Sutou <k...@clear-code.com>

Closes #1081 from kou/glib-update-document and squashes the following commits:

d3e123ab [Kouhei Sutou] [GLib] Update document


Project: http://git-wip-us.apache.org/repos/asf/arrow/repo
Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/a534e5d5
Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/a534e5d5
Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/a534e5d5

Branch: refs/heads/master
Commit: a534e5d53ed9530c218f12a09bd8e7b1ea4c8935
Parents: 0ac81b5
Author: Kouhei Sutou <k...@clear-code.com>
Authored: Sun Sep 10 13:58:45 2017 -0400
Committer: Wes McKinney <wes.mckin...@twosigma.com>
Committed: Sun Sep 10 13:58:45 2017 -0400

----------------------------------------------------------------------
 c_glib/arrow-glib/input-stream.cpp | 4 ++--
 c_glib/arrow-glib/type.h           | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/a534e5d5/c_glib/arrow-glib/input-stream.cpp
----------------------------------------------------------------------
diff --git a/c_glib/arrow-glib/input-stream.cpp 
b/c_glib/arrow-glib/input-stream.cpp
index db3efd4..11c63f2 100644
--- a/c_glib/arrow-glib/input-stream.cpp
+++ b/c_glib/arrow-glib/input-stream.cpp
@@ -47,8 +47,8 @@ G_BEGIN_DECLS
  *
  * #GArrowBufferInputStream is a class to read data on buffer.
  *
- * #GArrowMemoryMappedFile is a class to read data in file by mapping
- * the file on memory. It supports zero copy.
+ * #GArrowMemoryMappedInputStream is a class to read data in file by
+ * mapping the file on memory. It supports zero copy.
  *
  * #GArrowGIOInputStream is a class for `GInputStream` based input
  * stream.

http://git-wip-us.apache.org/repos/asf/arrow/blob/a534e5d5/c_glib/arrow-glib/type.h
----------------------------------------------------------------------
diff --git a/c_glib/arrow-glib/type.h b/c_glib/arrow-glib/type.h
index 65d2895..378d821 100644
--- a/c_glib/arrow-glib/type.h
+++ b/c_glib/arrow-glib/type.h
@@ -88,7 +88,7 @@ typedef enum {
 /**
  * GArrowTimeUnit:
  * @GARROW_TIME_UNIT_SECOND: Second.
- * @GARROW_TIME_UNIT_MILLISECOND: Millisecond.
+ * @GARROW_TIME_UNIT_MILLI: Millisecond.
  * @GARROW_TIME_UNIT_MICRO: Microsecond.
  * @GARROW_TIME_UNIT_NANO: Nanosecond.
  *

Reply via email to