From: Thomas Pornin Date: Wed, 2 May 2018 15:31:35 +0000 (+0200) Subject: Simple documentation fix. X-Git-Tag: v0.6~16 X-Git-Url: https://bearssl.org/gitweb//home/git/?p=BearSSL;a=commitdiff_plain;h=7d313ccce746ed413f22ed0dc83402efb17488e6;hp=12db697bccf2ff732665b9c7668c0826513489e0 Simple documentation fix. --- diff --git a/src/config.h b/src/config.h index accae3e..8ea4d8a 100644 --- a/src/config.h +++ b/src/config.h @@ -220,7 +220,7 @@ /* * 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