aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Luis Duran <jlduran@gmail.com>2023-12-10 16:35:56 +0000
committerEd Maste <emaste@FreeBSD.org>2023-12-10 17:40:57 +0000
commitdff3a80f6dfe88c52326ceb2c154668f132fdb52 (patch)
treef7c79d0ba62b6ff26f8511c5a09b5ae6ba84ab34
parent41667b04e5d56888e90ad80b39930aa5fb66aad2 (diff)
downloadsrc-dff3a80f6dfe88c52326ceb2c154668f132fdb52.tar.gz
src-dff3a80f6dfe88c52326ceb2c154668f132fdb52.zip
endian.h: Remove duplicate words
Reviewed by: emaste Pull Request: https://github.com/freebsd/freebsd-src/pull/920
-rw-r--r--include/endian.h6
1 files 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_ */