Add missing 'library' in function description 22/83522/1
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Thu, 11 Aug 2016 10:35:56 +0000 (12:35 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Thu, 11 Aug 2016 10:37:20 +0000 (12:37 +0200)
Change-Id: Ic4d7da6a0201e4cc131737b56d5903abb9fb137a

api/yaca/yaca_simple.h

index e1513973c098bc7fbe00e7d989c596cca6ac7c8a..e39e3479c444663ebe09c7e898dc426607f16990 100755 (executable)
@@ -162,7 +162,7 @@ int yaca_simple_decrypt(yaca_encrypt_algorithm_e algo,
  *                            - #YACA_KEY_TYPE_DSA_PRIV,
  * @param[in]  data           Data to be signed
  * @param[in]  data_len       Length of the data
- * @param[out] signature      Message signature, will be allocated by the
+ * @param[out] signature      Message signature, will be allocated by the library
  * @param[out] signature_len  Length of the signature
  *
  * @return #YACA_ERROR_NONE on success, negative on error