mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2] befs: fix typos in btree.c
@ 2020-06-07  7:39 Keyur Patel
  0 siblings, 0 replies; only message in thread
From: Keyur Patel @ 2020-06-07  7:39 UTC (permalink / raw)
  Cc: iamkeyur96, Luis de Bethencourt, Salah Triki, linux-kernel

"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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-06-07  7:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-07  7:39 [PATCH 1/2] befs: fix typos in btree.c Keyur Patel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®