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]
Date:   Fri, 15 Jul 2022 10:23:00 +0800
From:   Jiangshan Yi <13667453960@....com>
To:     luisbg@...nel.org, salah.triki@...il.com
Cc:     linux-kernel@...r.kernel.org,
        Jiangshan Yi <yijiangshan@...inos.cn>,
        k2ci <kernel-bot@...inos.cn>
Subject: [PATCH] fs/befs: Fix spelling typo in comment

From: Jiangshan Yi <yijiangshan@...inos.cn>

Fix spelling typo in comment.

Reported-by: k2ci <kernel-bot@...inos.cn>
Signed-off-by: Jiangshan Yi <yijiangshan@...inos.cn>
---
 fs/befs/linuxvfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/befs/linuxvfs.c b/fs/befs/linuxvfs.c
index be383fa46b12..9d6b3d17cb2a 100644
--- a/fs/befs/linuxvfs.c
+++ b/fs/befs/linuxvfs.c
@@ -785,7 +785,7 @@ static int befs_show_options(struct seq_file *m, struct dentry *root)
 	return 0;
 }
 
-/* This function has the responsibiltiy of getting the
+/* This function has the responsibility of getting the
  * filesystem ready for unmounting.
  * Basically, we free everything that we allocated in
  * befs_read_inode
-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ