aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils.h
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2011-12-04 12:53:47 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2012-03-20 17:31:12 +0100
commit65840cc4626673c477b9bdd198f06421b7137e98 (patch)
tree1927a10b151fd5232e360c23ac445596396065c2 /src/libstrongswan/utils.h
parentcd419ae4466b458681c2d2547e683cef02beb553 (diff)
downloadstrongswan-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.h2
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)