Date: Fri, 5 May 2023 00:24:23 GMT From: Graham Perrin <grahamperrin@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 6f9f3b726b42 - main - sys/sys/_endian.h: typo (Compatiblity) Message-ID: <202305050024.3450ONrI027608@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by grahamperrin: URL: https://cgit.FreeBSD.org/src/commit/?id=6f9f3b726b42fcb834ada692222d76cbcdf64b95 commit 6f9f3b726b42fcb834ada692222d76cbcdf64b95 Author: Igor Ostapenko <igor.ostapenko@pm.me> AuthorDate: 2023-05-05 00:05:11 +0000 Commit: Graham Perrin <grahamperrin@FreeBSD.org> CommitDate: 2023-05-05 00:23:09 +0000 sys/sys/_endian.h: typo (Compatiblity) https://bugs.freebsd.org/269753 PR: 269753 Reported by: Igor Ostapenko Approved by: doc, src (delphij, imp, zlei) Differential revision: https://reviews.freebsd.org/D38741 --- sys/sys/_endian.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/_endian.h b/sys/sys/_endian.h index 3b4460472eb6..8d1eb3f3f3df 100644 --- a/sys/sys/_endian.h +++ b/sys/sys/_endian.h @@ -38,7 +38,7 @@ #include <sys/cdefs.h> /* visibility macros */ -/* BSD Compatiblity */ +/* BSD Compatibility */ #define _BYTE_ORDER __BYTE_ORDER__ /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305050024.3450ONrI027608>