Skip to content
Snippets Groups Projects
Commit 67d9bc4e authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa
Browse files

Fix typo

parent 96171642
Branches
No related merge requests found
......@@ -36,7 +36,7 @@
#include <ngtcp2/ngtcp2.h>
#ifdef WORDS_BIGENDIAN
#define bwap64(N) (N)
#define bswap64(N) (N)
#else /* !WORDS_BIGENDIAN */
#define bswap64(N) \
(((uint64_t)(ntohl(((uint32_t)(N)) & 0xffffffffu))) << 32 | \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment