All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Holger Hoffstätte" <holger.hoffstaette@googlemail.com>
To: linux-btrfs@vger.kernel.org
Subject: Btrfs-progs: fix typos
Date: Tue, 2 Sep 2014 11:57:20 +0000 (UTC)	[thread overview]
Message-ID: <pan.2014.09.02.11.57.20@googlemail.com> (raw)


Fix (at least one user-visible) typos: it's its, not it's.

Signed-off-by: Holger Hoffstätte <holger.hoffstaette@googlemail.com>
---
 btrfs-convert.c | 2 +-
 cmds-device.c   | 2 +-
 qgroup-verify.c | 4 ++--
 utils.c         | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/btrfs-convert.c b/btrfs-convert.c
index 71b7bd6..f9910dc 100644
--- a/btrfs-convert.c
+++ b/btrfs-convert.c
@@ -1643,7 +1643,7 @@ err:
 }
 
 /*
- * Migrate super block to it's default position and zero 0 ~ 16k
+ * Migrate super block to its default position and zero 0 ~ 16k
  */
 static int migrate_super_block(int fd, u64 old_bytenr, u32 sectorsize)
 {
diff --git a/cmds-device.c b/cmds-device.c
index d7af090..0475bf6 100644
--- a/cmds-device.c
+++ b/cmds-device.c
@@ -295,7 +295,7 @@ out:
 
 static const char * const cmd_ready_dev_usage[] = {
 	"btrfs device ready <device>",
-	"Check device to see if it has all of it's devices in cache for mounting",
+	"Check device to see if it has all of its devices in cache for mounting",
 	NULL
 };
 
diff --git a/qgroup-verify.c b/qgroup-verify.c
index a5bd4f8..430f099 100644
--- a/qgroup-verify.c
+++ b/qgroup-verify.c
@@ -63,9 +63,9 @@ struct rb_root by_bytenr = RB_ROOT;
  * finding roots to account against.
  *
  * An implied ref is when a tree block has refs on it that may not
- * exist in any of it's child nodes. Even though the refs might not
+ * exist in any of its child nodes. Even though the refs might not
  * exist further down the tree, the fact that our interior node has a
- * ref means we need to account anything below it to all it's roots.
+ * ref means we need to account anything below it to all its roots.
  */
 struct ulist *tree_blocks = NULL;	/* unode->val = bytenr, ->aux
 					 * = tree_block pointer */
diff --git a/utils.c b/utils.c
index 6c09366..f0a3c07 100644
--- a/utils.c
+++ b/utils.c
@@ -2304,7 +2304,7 @@ int ask_user(char *question)
 /*
  * For a given:
  * - file or directory return the containing tree root id
- * - subvolume return it's own tree id
+ * - subvolume return its own tree id
  * - BTRFS_EMPTY_SUBVOL_DIR_OBJECTID (directory with ino == 2) the result is
  *   undefined and function returns -1
  */
-- 
2.1.0



                 reply	other threads:[~2014-09-02 11:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=pan.2014.09.02.11.57.20@googlemail.com \
    --to=holger.hoffstaette@googlemail.com \
    --cc=linux-btrfs@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.