Improve english in endian comment

CLA: trivial

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/28167)
This commit is contained in:
Chiller Dragon 2025-08-04 14:55:10 +02:00 committed by Pauli
parent eea6315408
commit 5286b175ad
1 changed files with 1 additions and 1 deletions

View File

@ -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__)