From: chleun.moon Date: Fri, 23 Sep 2016 01:58:21 +0000 (+0900) Subject: Remove reference warnings X-Git-Tag: submit/tizen/20160928.053415^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6ef732e280e81cac0ecdc2d8b3cfc70ba9676fa;p=platform%2Fcore%2Fapi%2Fhttp.git Remove reference warnings Change-Id: Id6c58acbd43ec34347b345c6c071d8736f18f46a Signed-off-by: cheoleun --- diff --git a/include/http.h b/include/http.h index 1dbada6..274b13b 100644 --- a/include/http.h +++ b/include/http.h @@ -591,7 +591,7 @@ int http_transaction_pause(http_transaction_h http_transaction, http_pause_type_ * @brief Sets ready to write event for a transaction. * @since_tizen 3.0 * @param[in] http_transaction The http transaction handle - * @param[out] read_to_write Enable/disable ready to write + * @param[out] ready_to_write Enable/disable ready to write * @return 0 on success, otherwise negative error value * @retval #HTTP_ERROR_NONE Successful * @retval #HTTP_ERROR_INVALID_PARAMETER Invalid parameter