Btrfs-progs: fix typos

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

Signed-off-by: Holger Hoffstätte <holger.hoffstaette@googlemail.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
master
Holger Hoffstätte 2014-09-02 11:57:20 +00:00 committed by David Sterba
parent 1cb7bd2f3c
commit 80d8122896
4 changed files with 5 additions and 5 deletions

View File

@ -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)
{

View File

@ -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
};

View File

@ -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 */

View File

@ -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
*/