From: Chiller Dragon Date: Mon, 4 Aug 2025 12:55:10 +0000 (+0200) Subject: Improve english in endian comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5286b175adbea96c6aeef718867ef50d70232cdf;p=thirdparty%2Fopenssl.git Improve english in endian comment CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/28167) --- diff --git a/include/internal/endian.h b/include/internal/endian.h index 7d5a73b1bb1..18b634a915b 100644 --- a/include/internal/endian.h +++ b/include/internal/endian.h @@ -18,7 +18,7 @@ * * L_ENDIAN and B_ENDIAN can be used at preprocessor time. They can be set * in the configarion using the lib_cppflags variable. If neither is - * set, it will fall back to code works with either endianness. + * set, it will fall back to code that works with either endianness. */ # if defined(__BYTE_ORDER__) && defined(__ORDER_LITTLE_ENDIAN__)