[Groonga-commit] groonga/groonga at 63994ce [master] tokenizer: fix a typo

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Sat Aug 16 14:25:33 JST 2014


Kouhei Sutou	2014-08-16 14:25:33 +0900 (Sat, 16 Aug 2014)

  New Revision: 63994ce09af6b9ceb6f5964681d3bcbd975431b3
  https://github.com/groonga/groonga/commit/63994ce09af6b9ceb6f5964681d3bcbd975431b3

  Message:
    tokenizer: fix a typo

  Modified files:
    include/groonga/tokenizer.h

  Modified: include/groonga/tokenizer.h (+1 -1)
===================================================================
--- include/groonga/tokenizer.h    2014-08-16 14:24:53 +0900 (6543505)
+++ include/groonga/tokenizer.h    2014-08-16 14:25:33 +0900 (c2e05d6)
@@ -164,7 +164,7 @@ typedef unsigned int grn_tokenizer_status;
 #define GRN_TOKENIZER_TOKEN_REACH_END          (0x01L<<3)
 /* GRN_TOKENIZER_TOKEN_SKIP means that the token is skipped */
 #define GRN_TOKENIZER_TOKEN_SKIP               (0x01L<<4)
-/* GRN_TOKENIZER_TOKEN_SKIP means that the token and postion is skipped */
+/* GRN_TOKENIZER_TOKEN_SKIP_WITH_POSITION means that the token and postion is skipped */
 #define GRN_TOKENIZER_TOKEN_SKIP_WITH_POSITION (0x01L<<5)
 
 /*
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index