mirror of https://github.com/openssl/openssl.git
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:
parent
eea6315408
commit
5286b175ad
|
@ -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__)
|
||||
|
|
Loading…
Reference in New Issue