From c254580cc2616ca7049a9afb06382025d4d21300 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Fri, 8 Apr 2022 20:53:45 +0200 Subject: [PATCH] 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