"countain" -> "contain"

Signed-off-by: Keyur Patel <iamkeyu...@gmail.com>
---
 fs/befs/btree.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/befs/btree.c b/fs/befs/btree.c
index 1b7e0f7128d6..53ad89bba448 100644
--- a/fs/befs/btree.c
+++ b/fs/befs/btree.c
@@ -322,7 +322,7 @@ befs_btree_find(struct super_block *sb, const 
befs_data_stream *ds,
  * Finds exact match if one exists, and returns BEFS_BT_MATCH.
  * If there is no match and node's value array is too small for key, return
  * BEFS_BT_OVERFLOW.
- * If no match and node should countain this key, return BEFS_BT_NOT_FOUND.
+ * If no match and node should contain this key, return BEFS_BT_NOT_FOUND.
  *
  * Uses binary search instead of a linear.
  */
-- 
2.26.2

Reply via email to