summaryrefslogtreecommitdiff
path: root/cmds-device.c
diff options
context:
space:
mode:
authorHolger Hoffstätte <holger.hoffstaette@googlemail.com>2014-09-02 11:57:20 +0000
committerDavid Sterba <dsterba@suse.cz>2014-09-02 17:05:32 +0200
commit80d81228966f4b4ba4886f42f66818e198f454ab (patch)
tree156578e7f5dfa736e6bd2570261df32d90270b49 /cmds-device.c
parent1cb7bd2f3c1c26508af5ca3cace4826b5760ee81 (diff)
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>
Diffstat (limited to 'cmds-device.c')
-rw-r--r--cmds-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds-device.c b/cmds-device.c
index d7af0901..0475bf6b 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
};