diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-12-04 12:53:47 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-03-20 17:31:12 +0100 |
commit | 65840cc4626673c477b9bdd198f06421b7137e98 (patch) | |
tree | 1927a10b151fd5232e360c23ac445596396065c2 /src/libstrongswan/utils.h | |
parent | cd419ae4466b458681c2d2547e683cef02beb553 (diff) | |
download | strongswan-65840cc4626673c477b9bdd198f06421b7137e98.tar.bz2 strongswan-65840cc4626673c477b9bdd198f06421b7137e98.tar.xz |
fixed copy-and-paste error
Diffstat (limited to 'src/libstrongswan/utils.h')
-rw-r--r-- | src/libstrongswan/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/utils.h b/src/libstrongswan/utils.h index 5154a0f7f..3014e2f60 100644 --- a/src/libstrongswan/utils.h +++ b/src/libstrongswan/utils.h @@ -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) |