git: 8bdcfc2a3feb - main - endian.h: Visibility comment: Fix grammar, a typo and punctuation

From: Olivier Certner <olce_at_FreeBSD.org>
Date: Fri, 06 Feb 2026 14:47:10 UTC
The branch main has been updated by olce:

URL: https://cgit.FreeBSD.org/src/commit/?id=8bdcfc2a3febcd1aade1d9a3a8a87581c7b2928d

commit 8bdcfc2a3febcd1aade1d9a3a8a87581c7b2928d
Author:     Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2026-02-05 15:55:48 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
CommitDate: 2026-02-06 14:45:31 +0000

    endian.h: Visibility comment: Fix grammar, a typo and punctuation
    
    No functional change.
    
    MFC after:      2 weeks
    Sponsored by:   The FreeBSD Foundation
---
 sys/sys/endian.h | 11 ++++++-----
 1 file 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.
  */
 
 /*