git: 6f9f3b726b42 - main - sys/sys/_endian.h: typo (Compatiblity)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 May 2023 00:24:23 UTC
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__
/*