git: 4e12c7c5107f - main - fstyp(8): Fix a few typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Mar 2022 17:35:24 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=4e12c7c5107f3a5a61903691a515f89af0f99632 commit 4e12c7c5107f3a5a61903691a515f89af0f99632 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-02-07 17:20:48 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-03-28 17:35:18 +0000 fstyp(8): Fix a few typos in source code comments - s/mmaping/mapping/ - s/filesytem/filesystem/ MFC after: 3 days --- usr.sbin/fstyp/hammer_disk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/fstyp/hammer_disk.h b/usr.sbin/fstyp/hammer_disk.h index ddedd72ff003..205c9fb64fd4 100644 --- a/usr.sbin/fstyp/hammer_disk.h +++ b/usr.sbin/fstyp/hammer_disk.h @@ -765,7 +765,7 @@ typedef struct hammer_volume_ondisk { /* * 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 * include big-blocks for freemap and undomap initially allocated * by newfs_hammer(8).