X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include_product%2Fmedia_tag.h;h=d87027ca59f223aeb50059a95a30645c390ef9ac;hb=e3a85c4b01e521925af9f702357dc9e65377b8b9;hp=8338a56c78fe6ce07fdca292418207029291adfc;hpb=b5ba9772be4551f7026181c869288de5f866bc95;p=platform%2Fcore%2Fapi%2Fmedia-content.git diff --git a/include_product/media_tag.h b/include_product/media_tag.h index 8338a56..d87027c 100755 --- a/include_product/media_tag.h +++ b/include_product/media_tag.h @@ -230,7 +230,7 @@ int media_tag_clone(media_tag_h *dst, media_tag_h src); /** * @brief Destroys the media tag. * @details This function frees all resources related to the tag handle. The tag handle can no longer - * be used for any operation. A new tag handle has to be created before next usage. + * be used for any operations. A new tag handle has to be created before next usage. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * @@ -290,7 +290,7 @@ int media_tag_get_name(media_tag_h tag, char **tag_name); * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * - * @remarksThe @a tag should be released using media_tag_destroy(). + * @remarks The @a tag should be released using media_tag_destroy(). * * @param[in] tag_id The ID of the media tag * @param[out] tag The handle to the media tag