[Groonga-commit] groonga/grnxx [master] Fix typos in comments.

Back to archive index

susumu.yata null+****@clear*****
Mon Mar 25 17:31:20 JST 2013


susumu.yata	2013-03-25 17:31:20 +0900 (Mon, 25 Mar 2013)

  New Revision: 3adc3cc52a7f191c1d593ca8678d83ba320dd974
  https://github.com/groonga/grnxx/commit/3adc3cc52a7f191c1d593ca8678d83ba320dd974

  Message:
    Fix typos in comments.

  Modified files:
    lib/grnxx/map.hpp

  Modified: lib/grnxx/map.hpp (+2 -2)
===================================================================
--- lib/grnxx/map.hpp    2013-03-25 10:03:01 +0900 (04284f5)
+++ lib/grnxx/map.hpp    2013-03-25 17:31:20 +0900 (2739705)
@@ -269,12 +269,12 @@ class Map {
   virtual MapCursor *open_key_cursor(MapCursorFlags flags,
                                      const Slice &min, const Slice &max,
                                      int64_t offset, int64_t limit) = 0;
-  // Find keys in prefixes of "query". "flags" accepts MAP_CURSOR_ASCENDING,
+  // Find keys in prefixes of "max". "flags" accepts MAP_CURSOR_ASCENDING,
   // MAP_CURSOR_DESCENDING, and MAP_CURSOR_EXCEPT_MAX.
   virtual MapCursor *open_prefix_cursor(MapCursorFlags flags,
                                         size_t min, const Slice &max,
                                         int64_t offset, int64_t limit) = 0;
-  // Find keys starting with "query". "flags" accepts MAP_CURSOR_ASCENDING,
+  // Find keys starting with "min". "flags" accepts MAP_CURSOR_ASCENDING,
   // MAP_CURSOR_DESCENDING, and MAP_CURSOR_EXCEPT_MIN.
   virtual MapCursor *open_predictive_cursor(MapCursorFlags flags,
                                             const Slice &min,
-------------- next part --------------
HTML����������������������������...
Download 



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