git: c254580cc261 - main - fstyp(8): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 07:30:14 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=c254580cc2616ca7049a9afb06382025d4d21300 commit c254580cc2616ca7049a9afb06382025d4d21300 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-08 18:53:45 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-09 07:27:23 +0000 fstyp(8): Fix a typo in a source code comment - s/Miscellanious/Miscellaneous/ MFC after: 3 days --- usr.sbin/fstyp/hammer2_disk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/fstyp/hammer2_disk.h b/usr.sbin/fstyp/hammer2_disk.h index 89afafbdc9a9..c975cbd8309b 100644 --- a/usr.sbin/fstyp/hammer2_disk.h +++ b/usr.sbin/fstyp/hammer2_disk.h @@ -472,7 +472,7 @@ typedef uint64_t hammer2_key_t; typedef uint32_t hammer2_crc32_t; /* - * Miscellanious ranges (all are unsigned). + * Miscellaneous ranges (all are unsigned). */ #define HAMMER2_TID_MIN 1ULL #define HAMMER2_TID_MAX 0xFFFFFFFFFFFFFFFFULL