[Groonga-commit] groonga/groonga at f42f1f9 [master] grn_ts: fix a typo

Back to archive index

susumu.yata null+****@clear*****
Wed Oct 7 14:11:15 JST 2015


susumu.yata	2015-10-07 14:11:15 +0900 (Wed, 07 Oct 2015)

  New Revision: f42f1f9c9e4969a0a4188a4b55a73b6e37ad7088
  https://github.com/groonga/groonga/commit/f42f1f9c9e4969a0a4188a4b55a73b6e37ad7088

  Message:
    grn_ts: fix a typo

  Modified files:
    lib/ts.c

  Modified: lib/ts.c (+1 -1)
===================================================================
--- lib/ts.c    2015-10-07 14:35:40 +0900 (52a44ae)
+++ lib/ts.c    2015-10-07 14:11:15 +0900 (b065d2c)
@@ -5637,7 +5637,7 @@ grn_ts_expr_bridge_fin(grn_ctx *ctx, grn_ts_expr_bridge *bridge) {
   if (bridge->dest_table) {
     grn_obj_unlink(ctx, bridge->dest_table);
   }
-  /* Note: bridge->src_count does not increment a reference count. */
+  /* Note: bridge->src_table does not increment a reference count. */
 }
 
 /*-------------------------------------------------------------
-------------- next part --------------
HTML����������������������������...
Download 



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