Fix typo 49/130749/1
authorMinje Ahn <minje.ahn@samsung.com>
Tue, 23 May 2017 23:10:17 +0000 (08:10 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Tue, 23 May 2017 23:10:17 +0000 (08:10 +0900)
milisec to sec

Change-Id: I8681f2d3f32b5ee4953bdb1e875824f2f4eae129
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
include_product/media_bookmark.h

index d30745f..f4c52b0 100755 (executable)
@@ -183,13 +183,13 @@ int media_bookmark_get_bookmark_id(media_bookmark_h bookmark, int *bookmark_id);
 
 /**
  * @brief Gets the bookmark time marked parameter.
- * @details This function returns time offset in milliseconds from beginning of the movie on which bookmark
+ * @details This function returns time offset in seconds from beginning of the movie on which bookmark
  *          was placed.
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
  * @param[in]  bookmark    The handle to media bookmark
- * @param[out] marked_time The bookmark time offset (in milliseconds)
+ * @param[out] marked_time The bookmark time offset (in seconds)
  *
  * @return @c 0 on success,
  *         otherwise a negative error value