From: Ben Pfaff Date: Wed, 6 Aug 2008 21:12:22 +0000 (-0700) Subject: Fix typo in comment. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=17a6a6dadeb2b3a49ae8e12877d60032bc337121;p=sliver-openvswitch.git Fix typo in comment. --- 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 */