Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2022 07:30:14 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c254580cc261 - main - fstyp(8): Fix a typo in a source code comment
Message-ID:  <202204090730.2397UEue037124@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204090730.2397UEue037124>