1
0
Fork 0

befs: fix typo in befs_find_key

Fixing skeep to skip.

Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: Salah Triki <salah.triki@gmail.com>
hifive-unleashed-5.1
Luis de Bethencourt 2016-08-08 15:21:21 +01:00
parent 672a8515ee
commit bb75e66627
1 changed files with 1 additions and 1 deletions

View File

@ -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);