git: 8e76e04d0919 - stable/13 - endian.h: Remove duplicate words
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Jan 2024 21:25:49 UTC
The branch stable/13 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=8e76e04d0919248421c58247bdf7214f2809e5d0
commit 8e76e04d0919248421c58247bdf7214f2809e5d0
Author: Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2023-12-10 16:35:56 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-01-07 20:41:47 +0000
endian.h: Remove duplicate words
Reviewed by: emaste
Pull Request: https://github.com/freebsd/freebsd-src/pull/920
(cherry picked from commit dff3a80f6dfe88c52326ceb2c154668f132fdb52)
(cherry picked from commit 4e1deb61eab2037ab53cebf7d5dd688626d6f094)
---
include/endian.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/endian.h b/include/endian.h
index c7b78217cedd..eb25cedf0bef 100644
--- a/include/endian.h
+++ b/include/endian.h
@@ -35,9 +35,9 @@
/*
* We don't define BIG_ENDI, LITTLE_ENDI, HIGH_HALF and LOW_HALF macros that
- * glibc's endian.h defines since those appear to be internal to internal to
- * glibc. We also don't try to emulate the various helper macros that glibc
- * uses to limit namespace visibility.
+ * glibc's endian.h defines since those appear to be internal to glibc.
+ * We also don't try to emulate the various helper macros that glibc uses to
+ * limit namespace visibility.
*/
#endif /* _ENDIAN_H_ */