aboutsummaryrefslogtreecommitdiff
path: root/debugfs/set_fields.c
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2017-10-08 13:30:08 +0200
committerTheodore Ts'o <tytso@mit.edu>2017-10-15 23:00:11 -0400
commit055866d84dab5e4a0547f54d3bdc017ba4ba99b5 (patch)
treec528336b04e4dbd57ffc57bc9da0d2392844b1f9 /debugfs/set_fields.c
parentce20096fc6f3b38de62c2302e3a8cb87f389dda0 (diff)
downloade2fsprogs-055866d84dab5e4a0547f54d3bdc017ba4ba99b5.tar.gz
Fix typos in code comments and developer docs
Signed-off-by: Sebastian Rasmussen <sebras@gmail.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Andreas Dilger <adilger@dilger.ca>
Diffstat (limited to 'debugfs/set_fields.c')
-rw-r--r--debugfs/set_fields.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debugfs/set_fields.c b/debugfs/set_fields.c
index ff9b7b69..af7a0ab3 100644
--- a/debugfs/set_fields.c
+++ b/debugfs/set_fields.c
@@ -430,7 +430,7 @@ static struct field_set_info *find_field(struct field_set_info *fields,
/*
* Note: info->size == 6 is special; this means a base size 4 bytes,
- * and secondiory (high) size of 2 bytes. This is needed for the
+ * and secondary (high) size of 2 bytes. This is needed for the
* special case of i_blocks_high and i_file_acl_high.
*/
static errcode_t parse_uint(struct field_set_info *info, char *field,