commit | 60b1d10131416e0bd85d62958e14036a64d230e2 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Oct 29 10:02:51 2013 +0100 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Oct 29 10:02:51 2013 +0100 |
tree | 43a57d52a0cebef97a0b3ccfb93342c39b1f1c55 | |
parent | 93c6aa4014c93e79af1a10439cdb3ada9716ab5e [diff] [blame] |
Fixed spelling / typos (from PowerDNS:codespell)
diff --git a/library/net.c b/library/net.c index 8eeabb9..2ab12df 100644 --- a/library/net.c +++ b/library/net.c
@@ -93,7 +93,7 @@ /* * 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)