Navigation Menu

Skip to content

Commit

Permalink
grn_pat: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yata committed Oct 20, 2015
1 parent 79a59ce commit 4facfd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pat.c
Expand Up @@ -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)
Expand Down

0 comments on commit 4facfd3

Please sign in to comment.