-implementing new DNS client API
[oweals/gnunet.git] / src / include / gnunet_bio_lib.h
index de356d1e582b7e000d3bf7be4a7b247b89bc5c4c..47d8d5e1ecf3bee877d44387d226067ca52ed9b4 100644 (file)
@@ -273,7 +273,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
@@ -284,7 +284,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