From 7d313ccce746ed413f22ed0dc83402efb17488e6 Mon Sep 17 00:00:00 2001 From: Thomas Pornin Date: Wed, 2 May 2018 17:31:35 +0200 Subject: [PATCH 1/1] Simple documentation fix. --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.17.1