fixed copy-and-paste error

This commit is contained in:
Andreas Steffen
2012-03-20 17:31:12 +01:00
parent cd419ae446
commit 65840cc462
+1 -1
View File
@@ -485,7 +485,7 @@ static inline void htoun32(void *network, u_int32_t host)
/** /**
* Write a 64-bit host order value in network order to an unaligned address. * Write a 64-bit host order value in network order to an unaligned address.
* *
* @param host host order 32-bit value * @param host host order 64-bit value
* @param network unaligned address to write network order value to * @param network unaligned address to write network order value to
*/ */
static inline void htoun64(void *network, u_int64_t host) static inline void htoun64(void *network, u_int64_t host)