linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
To: tytso@mit.edu, adilger.kernel@dilger.ca
Cc: Bhaskar Chowdhury <unixbhaskar@gmail.com>,
	linux-ext4@vger.kernel.org, rdunlap@infradead.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH 4/8] Fix a typo
Date: Sat, 27 Mar 2021 16:00:08 +0530	[thread overview]
Message-ID: <55b24d59c574741b30a931836498d7c1bddddf6c.1616840203.git.unixbhaskar@gmail.com> (raw)
In-Reply-To: <cover.1616840203.git.unixbhaskar@gmail.com>

s/cooresponds/corresponds/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.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


  parent reply	other threads:[~2021-03-27 10:33 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-27 10:30 [PATCH 0/8] EXT4: Trivial typo fixes Bhaskar Chowdhury
2021-03-27 10:30 ` [PATCH 1/8] EXT4: migrate.c: Fixed few typos Bhaskar Chowdhury
2021-03-27 10:30 ` [PATCH 2/8] EXT4: namei.c: Fixed a typo Bhaskar Chowdhury
2021-03-27 10:30 ` [PATCH 3/8] EXT4: inline.c: A typo fixed Bhaskar Chowdhury
2021-03-27 10:30 ` Bhaskar Chowdhury [this message]
2021-03-27 10:30 ` [PATCH 5/8] EXT4: indirect.c: A trivial typo fix Bhaskar Chowdhury
2021-03-27 10:30 ` [PATCH 6/8] EXT4: xattr.c: Mundane " Bhaskar Chowdhury
2021-03-27 10:30 ` [PATCH 7/8] EXT4: fast_commit.c: A mere " Bhaskar Chowdhury
2021-03-27 10:30 ` [PATCH 8/8] EXT4: mballoc.h: Single " Bhaskar Chowdhury
2021-03-28 19:37 ` [PATCH 0/8] EXT4: Trivial typo fixes Ritesh Harjani
2021-03-28 20:55   ` Bhaskar Chowdhury
2021-04-10  3:19 ` Theodore Ts'o

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55b24d59c574741b30a931836498d7c1bddddf6c.1616840203.git.unixbhaskar@gmail.com \
    --to=unixbhaskar@gmail.com \
    --cc=adilger.kernel@dilger.ca \
    --cc=linux-ext4@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rdunlap@infradead.org \
    --cc=tytso@mit.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).