Make switches send error messages when they receive a bad request.
[sliver-openvswitch.git] / 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 */