summaryrefslogtreecommitdiff
path: root/mkfs/common.h
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2018-07-23 14:32:01 +0100
committerDimitri John Ledkov <xnox@ubuntu.com>2018-07-23 14:32:01 +0100
commit3b9cf4c8cda0818e4d3f9892ece9f7d99de13b03 (patch)
tree59446f505b5bb3b31b1b3bb81af997dda68407c2 /mkfs/common.h
parentf22f0302575d3a167ee550470c922de82e34342b (diff)
Diffstat (limited to 'mkfs/common.h')
-rw-r--r--mkfs/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkfs/common.h b/mkfs/common.h
index f6b60c28..28912906 100644
--- a/mkfs/common.h
+++ b/mkfs/common.h
@@ -16,7 +16,7 @@
/*
* Defines and function declarations for users of the mkfs API, no internal
- * defintions.
+ * definitions.
*/
#ifndef __BTRFS_MKFS_COMMON_H__
@@ -45,7 +45,7 @@ enum btrfs_mkfs_block {
struct btrfs_mkfs_config {
/* Label of the new filesystem */
const char *label;
- /* Blck sizes */
+ /* Block sizes */
u32 nodesize;
u32 sectorsize;
u32 stripesize;