endian.h: Remove duplicate words

Reviewed by:	emaste
Pull Request:	https://github.com/freebsd/freebsd-src/pull/920
This commit is contained in:
Jose Luis Duran 2023-12-10 16:35:56 +00:00 committed by Ed Maste
parent 41667b04e5
commit dff3a80f6d

View File

@ -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_ */