summaryrefslogtreecommitdiff
path: root/bits.h
diff options
context:
space:
mode:
Diffstat (limited to 'bits.h')
-rw-r--r--bits.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/bits.h b/bits.h
index eb22a6ce..c73ac8b4 100644
--- a/bits.h
+++ b/bits.h
@@ -4,8 +4,7 @@
*
* These macros extract bytes, words, longwords, floats or doubles from
* a message that contains these items in either MSB-first or LSB-first
- * byte order. To specify which, define one of LITTLE_ENDIAN_PROTOCOL
- * or BIG_ENDIAN_PROTOCOL before including this header.
+ * byte order.
*
* By defining the GET_ORIGIN and PUT_ORIGIN macros before including
* this header, it's possible to change the origin of the indexing.