[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <55b24d59c574741b30a931836498d7c1bddddf6c.1616840203.git.unixbhaskar@gmail.com>
Date: Sat, 27 Mar 2021 16:00:08 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: tytso@....edu, adilger.kernel@...ger.ca
Cc: Bhaskar Chowdhury <unixbhaskar@...il.com>,
linux-ext4@...r.kernel.org, rdunlap@...radead.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 4/8] Fix a typo
s/cooresponds/corresponds/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
---
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 0948a43f1b3d..470d310b9b77 100644
--- a/fs/ext4/inode.c
+++ b/fs/ext4/inode.c
@@ -3824,7 +3824,7 @@ static int __ext4_block_zero_page_range(handle_t *handle,
* starting from file offset 'from'. The range to be zero'd must
* be contained with in one block. If the specified range exceeds
* the end of the block it will be shortened to end of the block
- * that cooresponds to 'from'
+ * that corresponds to 'from'
*/
static int ext4_block_zero_page_range(handle_t *handle,
struct address_space *mapping, loff_t from, loff_t length)
--
2.26.2
Powered by blists - more mailing lists