Fix comment in cynara-async api header 09/28709/2
authorMarcin Niesluchowski <m.niesluchow@samsung.com>
Tue, 14 Oct 2014 11:36:08 +0000 (13:36 +0200)
committerLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Thu, 16 Oct 2014 14:10:43 +0000 (07:10 -0700)
Change-Id: Id195797893866f5aca48b1120c04e2d2ebb69813

src/include/cynara-client-async.h

index 20f5ea4..9bed89d 100644 (file)
@@ -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.