aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Certner <olce@FreeBSD.org>2026-02-05 15:55:48 +0000
committerOlivier Certner <olce@FreeBSD.org>2026-02-06 14:45:31 +0000
commit8bdcfc2a3febcd1aade1d9a3a8a87581c7b2928d (patch)
tree64f257e0f326c2543eefb40586e7b40268e8c7c7
parent584c4e0abbfdbac355601491a695c7a8fd5d8ab3 (diff)
endian.h: Visibility comment: Fix grammar, a typo and punctuation
No functional change. MFC after: 2 weeks Sponsored by: The FreeBSD Foundation
-rw-r--r--sys/sys/endian.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/sys/sys/endian.h b/sys/sys/endian.h
index b51616b8d83c..b2df6798c61e 100644
--- a/sys/sys/endian.h
+++ b/sys/sys/endian.h
@@ -54,11 +54,12 @@ typedef __uint64_t uint64_t;
#endif
/*
- * Note: While tempting to try to avoid namespace pollution from this file,
- * several software packages assume these marcos are defined, even when it
- * defines _POSIX_C_SOURCE to request an unpolluted namespace. <sys/endian.h>
- * is not defined by any version of POSIX.1, so we don't have to be
- * careful. No POSIX.1 defined header file includes <sys/endian.h> on FreeBSD.
+ * Note: While it is tempting to try to avoid namespace pollution from this
+ * file, several software packages assume these macros are defined even when
+ * they define _POSIX_C_SOURCE to request an unpolluted namespace.
+ * <sys/endian.h> is not defined by any version of POSIX.1, so we don't have to
+ * be careful. No POSIX.1 defined header file includes <sys/endian.h> on
+ * FreeBSD.
*/
/*