lkml.org 
[lkml]   [2020]   [Jun]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 1/2] befs: fix typos in btree.c
Date
"countain" -> "contain"

Signed-off-by: Keyur Patel <iamkeyur96@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
\
 
 \ /
  Last update: 2020-06-07 09:41    [W:0.036 / U:0.420 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site