befs: fix typo in befs_find_key
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Mon, 8 Aug 2016 14:21:21 +0000 (15:21 +0100)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Sat, 13 Aug 2016 16:13:53 +0000 (17:13 +0100)
Fixing skeep to skip.

Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: Salah Triki <salah.triki@gmail.com>
fs/befs/btree.c

index 5670d845b2ef7bc197ba5b0827a65e3f4632cf59..0807766d8ba8299f038b418164b4714267812d7f 100644 (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);
 
This page took 0.024885 seconds and 5 git commands to generate.