Fix typo in comment.
authorBen Pfaff <blp@nicira.com>
Wed, 6 Aug 2008 21:12:22 +0000 (14:12 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 18 Aug 2008 21:02:48 +0000 (14:02 -0700)
include/xtoxll.h

index 80a6a63..a066aa6 100644 (file)
@@ -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 */