All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [f2fs-dev] [PATCH] Fixed a few spelling errors in f2fs-tools
       [not found] <f521a968-d946-67b4-5ab4-93e09f7af34a@westerhu.is>
@ 2020-11-17 16:46 ` Jaegeuk Kim
  0 siblings, 0 replies; only message in thread
From: Jaegeuk Kim @ 2020-11-17 16:46 UTC (permalink / raw)
  To: Victor Westerhuis; +Cc: Linux F2FS Dev Mailing List

Thanks, I modified a bit and merged.

On 11/12, Victor Westerhuis wrote:
> Dear Mr. Jaegeuk,
> 
> While compiling a newer version of f2fs-tools for Debian, Lintian found
> some spelling errors. I have corrected them using the patch below, which
> should apply cleanly on top of dev.
> 
> Kind regards,
> 
> 
> Victor Westerhuis
> 
> ---
>  fsck/mount.c          | 2 +-
>  man/defrag.f2fs.8     | 2 +-
>  man/mkfs.f2fs.8       | 2 +-
>  tools/f2fs_io_parse.c | 2 +-
>  tools/f2fscrypt.8     | 2 +-
>  5 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/fsck/mount.c b/fsck/mount.c
> index 8ebc5b0..fc3ecb9 100644
> --- a/fsck/mount.c
> +++ b/fsck/mount.c
> @@ -2482,7 +2482,7 @@ void rewrite_sit_area_bitmap(struct f2fs_sb_info *sbi)
>                 se->valid_blocks = valid_blocks;
>                 type = se->type;
>                 if (type >= NO_CHECK_TYPE) {
> -                       ASSERT_MSG("Invalide type and valid blocks=%x,%x",
> +                       ASSERT_MSG("Invalid type and valid blocks=%x,%x",
>                                         segno, valid_blocks);
>                         type = 0;
>                 }
> diff --git a/man/defrag.f2fs.8 b/man/defrag.f2fs.8
> index b08399b..34113de 100644
> --- a/man/defrag.f2fs.8
> +++ b/man/defrag.f2fs.8
> @@ -48,7 +48,7 @@ is 0 on success and -1 on failure.
>  Specify the starting block address.
>  .TP
>  .BI \-l " number of blocks"
> -Specifiy the number of blocks to move.
> +Specify the number of blocks to move.
>  .TP
>  .BI \-t " target block address"
>  Specify the destination block address.
> diff --git a/man/mkfs.f2fs.8 b/man/mkfs.f2fs.8
> index 85b6019..0aca4dc 100644
> --- a/man/mkfs.f2fs.8
> +++ b/man/mkfs.f2fs.8
> @@ -98,7 +98,7 @@ mkfs.f2fs \- create an F2FS file system
>  is used to create a f2fs file system (usually in a disk partition).
>  \fIdevice\fP is the special file corresponding to the device (e.g.
>  \fI/dev/sdXX\fP).
> -\fIsectors\fP is optionally given for specifing the filesystem size.
> +\fIsectors\fP is optionally given for specifying the filesystem size.
>  .PP
>  The exit code returned by
>  .B mkfs.f2fs
> 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
> -- 
> 2.28.0
> 





_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-17 16:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <f521a968-d946-67b4-5ab4-93e09f7af34a@westerhu.is>
2020-11-17 16:46 ` [f2fs-dev] [PATCH] Fixed a few spelling errors in f2fs-tools Jaegeuk Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.