From 5286b175adbea96c6aeef718867ef50d70232cdf Mon Sep 17 00:00:00 2001 From: Chiller Dragon Date: Mon, 4 Aug 2025 14:55:10 +0200 Subject: [PATCH] Improve english in endian comment CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/28167) --- include/internal/endian.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/internal/endian.h b/include/internal/endian.h index 7d5a73b1bb..18b634a915 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__)