Navigation Menu

Skip to content

Commit

Permalink
grn_ts: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yata committed Oct 7, 2015
1 parent 0a6d6e4 commit f42f1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ts.c
Expand Up @@ -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. */
}

/*-------------------------------------------------------------
Expand Down

0 comments on commit f42f1f9

Please sign in to comment.