[Groonga-commit] groonga/grnxx at d9db92b [master] Fix a wrong comment.

Back to archive index

susumu.yata null+****@clear*****
Tue Dec 16 10:43:25 JST 2014


susumu.yata	2014-11-17 17:17:38 +0900 (Mon, 17 Nov 2014)

  New Revision: d9db92bf3d238ae791daa4b4fa5425861f0d079e
  https://github.com/groonga/grnxx/commit/d9db92bf3d238ae791daa4b4fa5425861f0d079e

  Message:
    Fix a wrong comment.

  Modified files:
    lib/grnxx/impl/column/vector/bool.hpp

  Modified: lib/grnxx/impl/column/vector/bool.hpp (+1 -1)
===================================================================
--- lib/grnxx/impl/column/vector/bool.hpp    2014-11-17 17:14:09 +0900 (992a656)
+++ lib/grnxx/impl/column/vector/bool.hpp    2014-11-17 17:17:38 +0900 (694ab33)
@@ -53,7 +53,7 @@ class Column<Vector<Bool>> : public ColumnBase {
     if (size < 0xFFFF) {
       return Vector<Bool>(&bodies_[offset], size);
     } else {
-      // The size of a long text is stored in front of the body.
+      // The size of a long vector is stored in front of the body.
       size = *reinterpret_cast<const uint64_t *>(&bodies_[offset]);
       return Vector<Bool>(&bodies_[offset + sizeof(uint64_t)], size);
     }
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-commit mailing list
Back to archive index