git: a729acdc594a - stable/13 - fstyp(8): Fix a few typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 13:35:43 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=a729acdc594a0f583634058cb6e1d34fe4034f0b
commit a729acdc594a0f583634058cb6e1d34fe4034f0b
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-02-07 17:20:48 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-02 13:32:53 +0000
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).