[Groonga-commit] groonga/groonga at 4facfd3 [master] grn_pat: fix a typo

Back to archive index

susumu.yata null+****@clear*****
Tue Oct 20 11:27:20 JST 2015


susumu.yata	2015-10-20 11:27:20 +0900 (Tue, 20 Oct 2015)

  New Revision: 4facfd31fcbe65cc08d0e5c68abc3c41372e3bb6
  https://github.com/groonga/groonga/commit/4facfd31fcbe65cc08d0e5c68abc3c41372e3bb6

  Message:
    grn_pat: fix a typo

  Modified files:
    lib/pat.c

  Modified: lib/pat.c (+1 -1)
===================================================================
--- lib/pat.c    2015-10-20 15:19:32 +0900 (1243061)
+++ lib/pat.c    2015-10-20 11:27:20 +0900 (9a92af3)
@@ -72,7 +72,7 @@ typedef struct {
     terminated == 1: key is terminated.
    */
   uint16_t bits;
-  /* length : 13, deleting : 1, immediate : 1 */
+  /* length: 13, immediate: 1, deleting: 1 */
 } pat_node;
 
 #define PAT_DELETING  (1<<1)
-------------- next part --------------
HTML����������������������������...
Download 



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