From a729acdc594a0f583634058cb6e1d34fe4034f0b Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Mon, 7 Feb 2022 18:20:48 +0100 Subject: [PATCH] fstyp(8): Fix a few typos in source code comments - s/mmaping/mapping/ - s/filesytem/filesystem/ (cherry picked from commit 4e12c7c5107f3a5a61903691a515f89af0f99632) --- 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).