Simple documentation fix.
authorThomas Pornin <pornin@bolet.org>
Wed, 2 May 2018 15:31:35 +0000 (17:31 +0200)
committerThomas Pornin <pornin@bolet.org>
Wed, 2 May 2018 15:31:35 +0000 (17:31 +0200)
src/config.h

index accae3e..8ea4d8a 100644 (file)
 
 /*
  * When BR_BE_UNALIGNED is enabled, then the current architecture is
 
 /*
  * When BR_BE_UNALIGNED is enabled, then the current architecture is
- * assumed to use little-endian encoding for integers, and to tolerate
+ * assumed to use big-endian encoding for integers, and to tolerate
  * unaligned accesses with no or minimal time penalty.
  *
 #define BR_BE_UNALIGNED   1
  * unaligned accesses with no or minimal time penalty.
  *
 #define BR_BE_UNALIGNED   1