1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

fstyp(8): Fix a few typos in source code comments

- s/mmaping/mapping/
- s/filesytem/filesystem/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-02-07 18:20:48 +01:00
parent c09770b2cd
commit 4e12c7c510

View File

@ -765,7 +765,7 @@ typedef struct hammer_volume_ondisk {
/* /*
* These fields are initialized and space is reserved in every * These fields are initialized and space is reserved in every
* volume making up a HAMMER filesytem, but only the root volume * volume making up a HAMMER filesystem, but only the root volume
* contains valid data. Note that vol0_stat_bigblocks does not * contains valid data. Note that vol0_stat_bigblocks does not
* include big-blocks for freemap and undomap initially allocated * include big-blocks for freemap and undomap initially allocated
* by newfs_hammer(8). * by newfs_hammer(8).