fixed copy-and-paste error

This commit is contained in:
Andreas Steffen 2011-12-04 12:53:47 +01:00
parent db183a92b7
commit a91462df09
1 changed files with 1 additions and 1 deletions

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.
*
* @param host host order 32-bit value
* @param host host order 64-bit value
* @param network unaligned address to write network order value to
*/
static inline void htoun64(void *network, u_int64_t host)