lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20200607073903.97743-1-iamkeyur96@gmail.com>
Date:   Sun,  7 Jun 2020 03:39:02 -0400
From:   Keyur Patel <iamkeyur96@...il.com>
To:     unlisted-recipients:; (no To-header on input)
Cc:     iamkeyur96@...il.com, Luis de Bethencourt <luisbg@...nel.org>,
        Salah Triki <salah.triki@...il.com>,
        linux-kernel@...r.kernel.org
Subject: [PATCH 1/2] befs: fix typos in btree.c

"countain" -> "contain"

Signed-off-by: Keyur Patel <iamkeyur96@...il.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ