Just update Api description 63/182163/2 accepted/tizen/unified/20180625.141517 submit/tizen/20180622.070254
authorhj kim <backto.kim@samsung.com>
Thu, 21 Jun 2018 05:02:05 +0000 (14:02 +0900)
committerhj kim <backto.kim@samsung.com>
Fri, 22 Jun 2018 00:45:43 +0000 (09:45 +0900)
Change-Id: I2e7c8419263f1837de0357b903976a6dd8e0b3dc

include/image_util.h

index fb9880b..855cc14 100755 (executable)
@@ -72,7 +72,7 @@ int image_util_calculate_buffer_size(int width, int height, image_util_colorspac
 *
 * @retval #IMAGE_UTIL_ERROR_NONE Successful
 * @retval #IMAGE_UTIL_ERROR_INVALID_PARAMETER Invalid parameter
-* @retval #IMAGE_UTIL_ERROR_OUT_OF_MEMORY out of memory
+* @retval #IMAGE_UTIL_ERROR_OUT_OF_MEMORY Out of memory
 * @retval #IMAGE_UTIL_ERROR_INVALID_OPERATION Invalid operation
 *
 */
@@ -354,7 +354,7 @@ int image_util_transform_run(transformation_h handle, media_packet_h src, image_
 /**
 * @brief Destroys a handle to image util.
 * @details The function frees all resources related to the image util handle. The image util
-*               handle no longer can be used to perform any operation. A new image util handle
+*               handle no longer can be used to perform any operations. A new image util handle
 *               has to be created before the next usage.
 * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
 *