Skip to content

Commit

Permalink
befs: fix typo in befs_find_key
Browse files Browse the repository at this point in the history
Fixing skeep to skip.

Signed-off-by: Luis de Bethencourt <[email protected]>
Signed-off-by: Salah Triki <[email protected]>
  • Loading branch information
luisbg committed Oct 8, 2016
1 parent 672a851 commit bb75e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/befs/btree.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ befs_find_key(struct super_block *sb, struct befs_btree_node *node,

findkey_len = strlen(findkey);

/* if node can not contain key, just skeep this node */
/* if node can not contain key, just skip this node */
last = node->head.all_key_count - 1;
thiskey = befs_bt_get_key(sb, node, last, &keylen);

Expand Down

0 comments on commit bb75e66

Please sign in to comment.