git: df4da2d6b7bc - main - fstype(8): Fix two typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Jun 2022 08:40:18 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=df4da2d6b7bc96abb1ae78bb1f2d28150124bd15
commit df4da2d6b7bc96abb1ae78bb1f2d28150124bd15
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-04 08:38:48 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-04 08:38:48 +0000
fstype(8): Fix two typos in source code comments
- s/auxillary/auxiliary/
MFC after: 3 days
---
usr.sbin/fstyp/hammer2_disk.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/usr.sbin/fstyp/hammer2_disk.h b/usr.sbin/fstyp/hammer2_disk.h
index c975cbd8309b..79891db08904 100644
--- a/usr.sbin/fstyp/hammer2_disk.h
+++ b/usr.sbin/fstyp/hammer2_disk.h
@@ -55,8 +55,8 @@ struct dmsg_hdr {
uint64_t reserved18; /* 18 */
uint32_t cmd; /* 20 flags | cmd | hdr_size / ALIGN */
- uint32_t aux_crc; /* 24 auxillary data crc */
- uint32_t aux_bytes; /* 28 auxillary data length (bytes) */
+ uint32_t aux_crc; /* 24 auxiliary data crc */
+ uint32_t aux_bytes; /* 28 auxiliary data length (bytes) */
uint32_t error; /* 2C error code or 0 */
uint64_t aux_descr; /* 30 negotiated OOB data descr */
uint32_t reserved38; /* 38 */