Date: Fri, 10 Jun 2022 12:34:27 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 95d4d8614943 - stable/13 - fstype(8): Fix two typos in source code comments Message-ID: <202206101234.25ACYR7N024122@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=95d4d8614943e7c877cd2226334648435e2c8457 commit 95d4d8614943e7c877cd2226334648435e2c8457 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-06-04 08:38:48 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-06-10 12:32:48 +0000 fstype(8): Fix two typos in source code comments - s/auxillary/auxiliary/ (cherry picked from commit df4da2d6b7bc96abb1ae78bb1f2d28150124bd15) --- 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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206101234.25ACYR7N024122>