git: 1cd8d2d4d869 - stable/13 - fstyp(8): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Apr 2022 06:00:51 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=1cd8d2d4d8697b0c61e63ce22bb9a67634479b30
commit 1cd8d2d4d8697b0c61e63ce22bb9a67634479b30
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-08 18:53:45 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-14 05:59:27 +0000
fstyp(8): Fix a typo in a source code comment
- s/Miscellanious/Miscellaneous/
(cherry picked from commit c254580cc2616ca7049a9afb06382025d4d21300)
---
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