Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb75e666 authored by Luis de Bethencourt's avatar Luis de Bethencourt
Browse files

befs: fix typo in befs_find_key



Fixing skeep to skip.

Signed-off-by: default avatarLuis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: default avatarSalah Triki <salah.triki@gmail.com>
parent 672a8515
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);