linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Benjamin Peterson <bp@benjamin.pe>
To: tytso@mit.edu
Cc: linux-ext4@vger.kernel.org
Subject: [PATCH] ext4: fix spelling of "don't"
Date: Mon, 20 Mar 2017 22:20:11 -0700	[thread overview]
Message-ID: <1490073611.313465.918041856.1A5E4239@webmail.messagingengine.com> (raw)

Signed-off-by: Benjamin Peterson <bp@benjamin.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

             reply	other threads:[~2017-03-21  5:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-21  5:20 Benjamin Peterson [this message]
2017-03-25 19:55 ` [PATCH] ext4: fix spelling of "don't" 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=1490073611.313465.918041856.1A5E4239@webmail.messagingengine.com \
    --to=bp@benjamin.pe \
    --cc=linux-ext4@vger.kernel.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).