Explorar o código

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>
Luis de Bethencourt %!s(int64=9) %!d(string=hai) anos
pai
achega
bb75e66627
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      fs/befs/btree.c

+ 1 - 1
fs/befs/btree.c

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