summaryrefslogtreecommitdiff
path: root/mkfs/common.h
diff options
context:
space:
mode:
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;