aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorVictor Westerhuis <victor@westerhu.is>2020-11-17 08:44:55 -0800
committerJaegeuk Kim <jaegeuk@kernel.org>2020-12-07 09:25:14 -0800
commitd322d47fa4a395ee7dac0afc5047cf6401991e7d (patch)
tree9603d15466f26aa6b714ca24675105abd9503e84 /tools
parentfcd5cd0b52ea46d0e2fedf7af98b396da23205c6 (diff)
downloadf2fs-tools-d322d47fa4a395ee7dac0afc5047cf6401991e7d.tar.gz
f2fs-tools: fix a few spelling errors in f2fs-tools
typo fix. Signed-off-by: Victor Westerhuis <victor@westerhu.is> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/f2fs_io_parse.c2
-rw-r--r--tools/f2fscrypt.82
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/f2fs_io_parse.c b/tools/f2fs_io_parse.c
index d146ead..47f1194 100644
--- a/tools/f2fs_io_parse.c
+++ b/tools/f2fs_io_parse.c
@@ -271,7 +271,7 @@ static void __print_ftype()
int i;
setlocale(LC_ALL, "");
- printf("\n===== Data R/W in 4KB accoring to File types =====\n");
+ printf("\n===== Data R/W in 4KB according to File types =====\n");
for (i = 0; i < __NR_FILES; i++)
printf(" %17s |", file_type_string[i]);
printf("\n");
diff --git a/tools/f2fscrypt.8 b/tools/f2fscrypt.8
index a60adc8..5e2258a 100644
--- a/tools/f2fscrypt.8
+++ b/tools/f2fscrypt.8
@@ -40,7 +40,7 @@ identifier consisting of 16 hexadecimal characters.
The target directory must be empty.
.SH EXAMPLE
.nf
-Formats a f2fs filesytem that supports encrypt.
+Formats a f2fs filesystem that supports encrypt.
.ft R
# mkfs.f2fs -O encrypt /dev/sdxx