-documentation fixes
authorSree Harsha Totakura <totakura@in.tum.de>
Wed, 22 Feb 2012 20:46:21 +0000 (20:46 +0000)
committerSree Harsha Totakura <totakura@in.tum.de>
Wed, 22 Feb 2012 20:46:21 +0000 (20:46 +0000)
src/stream/stream_api.c

index ccb3d94b02c0f13692338fba6eda9b0bd35c0c74..65836ce1c52c52458ce199b644d4ad3a7270bb8b 100644 (file)
@@ -623,7 +623,7 @@ write_data (struct GNUNET_STREAM_Socket *socket)
  * @param socket the socket through which the ack was received
  * @param tunnel connection to the other end
  * @param sender who sent the message
- * @param ack the acknowledgment message
+ * @param msg the data message
  * @param atsi performance data for the connection
  * @return GNUNET_OK to keep the connection open,
  *         GNUNET_SYSERR to close it (signal serious error)
@@ -852,7 +852,7 @@ client_handle_reset (void *cls,
  * @param socket the socket through which the ack was received
  * @param tunnel connection to the other end
  * @param sender who sent the message
- * @param ack the acknowledgment message
+ * @param msg the transmit close message
  * @param atsi performance data for the connection
  * @return GNUNET_OK to keep the connection open,
  *         GNUNET_SYSERR to close it (signal serious error)