mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Fixed spelling / typos (from PowerDNS:codespell)
This commit is contained in:
parent
93c6aa4014
commit
60b1d10131
10 changed files with 17 additions and 17 deletions
|
|
@ -93,7 +93,7 @@ typedef UINT32 uint32_t;
|
|||
/*
|
||||
* htons() is not always available.
|
||||
* By default go for LITTLE_ENDIAN variant. Otherwise hope for _BYTE_ORDER and __BIG_ENDIAN
|
||||
* to help determine endianess.
|
||||
* to help determine endianness.
|
||||
*/
|
||||
#if defined(__BYTE_ORDER) && defined(__BIG_ENDIAN) && __BYTE_ORDER == __BIG_ENDIAN
|
||||
#define POLARSSL_HTONS(n) (n)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue