From: Marcin Niesluchowski Date: Tue, 14 Oct 2014 11:36:08 +0000 (+0200) Subject: Fix comment in cynara-async api header X-Git-Tag: submit/R4/20141115.054144~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F28709%2F2;p=platform%2Fcore%2Fsecurity%2Fcynara.git Fix comment in cynara-async api header Change-Id: Id195797893866f5aca48b1120c04e2d2ebb69813 --- diff --git a/src/include/cynara-client-async.h b/src/include/cynara-client-async.h index 20f5ea4..9bed89d 100644 --- a/src/include/cynara-client-async.h +++ b/src/include/cynara-client-async.h @@ -86,7 +86,7 @@ typedef enum { * - probably cynara is unoperational (CYNARA_CALL_CAUSE_SERVICE_NOT_AVAILABLE) * * \param[in] check_id Number identifying check request. Number is generated in - * cynara_async_cancel_request() and returned to user. It can be used to match + * cynara_async_create_request() and returned to user. It can be used to match * response with sent request. * Number is valid since cynara_async_create_request() call till callback call. * After that the number can be reused by cynara to run new request.