Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinez-silabs committed May 9, 2023
1 parent 457b72d commit 58d9277
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/inet/arpa-inet-compatibility.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <arpa/inet.h>

#ifndef BYTE_ORDER
#error Endianess not defined
#error Endianness not defined
#endif

#else // !CHIP_SYSTEM_CONFIG_USE_SOCKETS
Expand All @@ -34,7 +34,7 @@
#include <lwip/opt.h>

#ifndef BYTE_ORDER
#error Endianess not defined
#error Endianness not defined
#endif

#if defined(LWIP_DONT_PROVIDE_BYTEORDER_FUNCTIONS)
Expand Down Expand Up @@ -64,7 +64,7 @@
#elif defined(__BYTE_ORDER__)
#define BYTE_ORDER __BYTE_ORDER__
#else
#error Endianess not defined is not defined
#error Endianness not defined is not defined
#endif
#endif // BYTE_ORDER

Expand Down

0 comments on commit 58d9277

Please sign in to comment.