@@ -832,7 +832,7 @@ odp_ipsec_sa_t odp_ipsec_sa_create(const odp_ipsec_sa_param_t *param);
* the SA and be processed successfully.
*
* When in synchronous operation mode, the call will return when it's possible
- * to destroy the SA. In asynchronous mode, the same is indicated by an
+ * to destroy the SA. In asynchronous mode, the same may be indicated by an
* ODP_EVENT_IPSEC_STATUS event sent to the queue specified for the SA. The
* status event is guaranteed to be the last event for the SA, i.e. all
* in-progress operations have completed and resulting events (including status
@@ -840,7 +840,8 @@ odp_ipsec_sa_t odp_ipsec_sa_create(const odp_ipsec_sa_param_t *param);
*
* @param sa IPSEC SA to be disabled
*
- * @retval 0 On success
+ * @retval 0 When SA is disabled successfully.
+ * @retval 1 Disable event will be posted on SA queue.
* @retval <0 On failure
*
* @see odp_ipsec_sa_destroy()