]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Improve english in endian comment
authorChiller Dragon <chillerdragon@gmail.com>
Mon, 4 Aug 2025 12:55:10 +0000 (14:55 +0200)
committerPauli <ppzgs1@gmail.com>
Tue, 5 Aug 2025 23:01:27 +0000 (09:01 +1000)
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)

include/internal/endian.h

index 7d5a73b1bb1fa6d0c096b7605bd368b9d03d48ee..18b634a915b06a658b22423aff0084e066de27db 100644 (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__)