Skip to content

Commit

Permalink
endian.h: Remove duplicate words
Browse files Browse the repository at this point in the history
Reviewed by:	emaste
Pull Request:	freebsd#920
  • Loading branch information
jlduran authored and emaste committed Dec 10, 2023
1 parent 41667b0 commit dff3a80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/endian.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_ */

0 comments on commit dff3a80

Please sign in to comment.