Re: [PATCH v2] btrfs: Correct typos in multiple comments across various files

From: David Sterba
Date: Tue Oct 01 2024 - 12:21:43 EST


On Tue, Sep 24, 2024 at 11:09:44AM +0800, Shen Lichuan wrote:
> Fixed some confusing spelling errors that were currently identified,
> the details are as follows:
>
> -in the code comments:
> block-group.c: 2800: uncompressible ==> incompressible
> extent-tree.c: 3131: EXTEMT ==> EXTENT
> extent_io.c: 3124: utlizing ==> utilizing
> extent_map.c: 1323: ealier ==> earlier
> extent_map.c: 1325: possiblity ==> possibility
> fiemap.c: 189: emmitted ==> emitted
> fiemap.c: 197: emmitted ==> emitted
> fiemap.c: 203: emmitted ==> emitted
> transaction.h: 36: trasaction ==> transaction
> volumes.c: 5312: filesysmte ==> filesystem
> zoned.c: 1977: trasnsaction ==> transaction
>
> Signed-off-by: Shen Lichuan <shenlichuan@xxxxxxxx>

Added to for-next, thanks.