X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Futil%2Fbio.c;h=053b8e1cafd5f78cd787a4cde0e224719b1297d7;hb=e62ce5b19244ae28472bf0e02b19c3f905f1ee0a;hp=41ad5fd5d38fe079e1aacb34beda885d27232606;hpb=83b19539f4d322b43683f5838b72e9ec2c8e6073;p=oweals%2Fgnunet.git diff --git a/src/util/bio.c b/src/util/bio.c index 41ad5fd5d..053b8e1ca 100644 --- a/src/util/bio.c +++ b/src/util/bio.c @@ -492,7 +492,7 @@ GNUNET_BIO_write_meta_data (struct GNUNET_BIO_WriteHandle *h, * Write an (u)int32_t. * * @param h hande to open file - * @param i address of 32-bit integer to write + * @param i 32-bit integer to write * @return GNUNET_OK on success, GNUNET_SYSERR on error */ int @@ -509,7 +509,7 @@ GNUNET_BIO_write_int32 (struct GNUNET_BIO_WriteHandle *h, int32_t i) * Write an (u)int64_t. * * @param h hande to open file - * @param i address of 64-bit integer to write + * @param i 64-bit integer to write * @return GNUNET_OK on success, GNUNET_SYSERR on error */ int