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>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 20 Mar 2017 22:20:11 -0700
From:   Benjamin Peterson <bp@...jamin.pe>
To:     tytso@....edu
Cc:     linux-ext4@...r.kernel.org
Subject: [PATCH] ext4: fix spelling of "don't"

Signed-off-by: Benjamin Peterson <bp@...jamin.pe>
---
 fs/ext4/inode.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c
index 7385e6a..4247d8d 100644
--- a/fs/ext4/inode.c
+++ b/fs/ext4/inode.c
@@ -5400,7 +5400,7 @@ int ext4_getattr(const struct path *path, struct
kstat *stat,
 	 * If there is inline data in the inode, the inode will normally
 	 not
 	 * have data blocks allocated (it may have an external xattr
 	 block).
 	 * Report at least one sector for such files, so tools like tar,
 	 rsync,
-        * others doen't incorrectly think the file is completely
sparse.
+        * others don't incorrectly think the file is completely sparse.
 	 */
 	if (unlikely(ext4_has_inline_data(inode)))
 		stat->blocks += (stat->size + 511) >> 9;
-- 
2.9.3

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ