Navigation Menu

Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 19, 2015
1 parent 3b911cf commit 628f15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/db.c
Expand Up @@ -4969,7 +4969,7 @@ grn_obj_get_accessor(grn_ctx *ctx, grn_obj *obj, const char *name, unsigned int
goto exit;
}
break;
case 'm' : /* max */
case 'm' : /* max, min */
if (len == GRN_COLUMN_NAME_MAX_LEN &&
memcmp(name,
GRN_COLUMN_NAME_MAX,
Expand Down

0 comments on commit 628f15d

Please sign in to comment.