From 17a6a6dadeb2b3a49ae8e12877d60032bc337121 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 6 Aug 2008 14:12:22 -0700 Subject: [PATCH] Fix typo in comment. --- include/xtoxll.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xtoxll.h b/include/xtoxll.h index 80a6a63a3..a066aa6ec 100644 --- a/include/xtoxll.h +++ b/include/xtoxll.h @@ -48,4 +48,4 @@ ntohll(uint64_t n) return htonl(1) == 1 ? n : ((uint64_t) ntohl(n) << 32) | ntohl(n >> 32); } -#endif /* xtonll.h */ +#endif /* xtoxll.h */ -- 2.43.0