diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-01-25 16:42:00 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-01-25 16:42:00 +0000 |
commit | 6f8eede98c272b7312ff0e08b182f0a39b2846b9 (patch) | |
tree | 4587372a32aec7968f63a734241f8e21eaa89330 /src/util/common_endian.c | |
parent | 084348cf917b4c117070f9811d8b9f9786d2d3fc (diff) |
-doxygen fixes
Diffstat (limited to 'src/util/common_endian.c')
-rw-r--r-- | src/util/common_endian.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/common_endian.c b/src/util/common_endian.c index 1a2ddd9c11..56aa7b0c4e 100644 --- a/src/util/common_endian.c +++ b/src/util/common_endian.c @@ -52,7 +52,7 @@ GNUNET_htonll (uint64_t n) /** * Convert double to network-byte-order. - * @param n the value in network byte order + * @param d the value in network byte order * @return the same value in host byte order */ double |