aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Ostapenko <igor.ostapenko@pm.me>2023-05-05 00:05:11 +0000
committerGraham Perrin <grahamperrin@FreeBSD.org>2023-05-05 00:23:09 +0000
commit6f9f3b726b42fcb834ada692222d76cbcdf64b95 (patch)
tree5aef4cf94b9db6331cb13b3a8212e44450fe2daf
parent74081dc2bcd2a59393db438cbab3efc1f401e9d9 (diff)
downloadsrc-6f9f3b726b42fcb834ada692222d76cbcdf64b95.tar.gz
src-6f9f3b726b42fcb834ada692222d76cbcdf64b95.zip
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
-rw-r--r--sys/sys/_endian.h2
1 files changed, 1 insertions, 1 deletions
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__
/*