Modify for Coding Rule
[platform/core/multimedia/libmm-session.git] / mm_session_private.h
index 06ecac1..bde9374 100644 (file)
@@ -88,8 +88,8 @@ int _mm_session_util_delete_information(int app_pid);
  * @return     This function returns MM_ERROR_NONE on success, or negative value
  *                     with error code.
  * @remark     This function is only for internal implementation do not use this at application
- *                     Session type is unique for each application.
- *                     if application want to change session type, Finish session first and Init again
+ *                     Session type is unique for each application.
+ *                     if application want to change session type, Finish session first and Init again
  * @see                _mm_session_util_delete_information _mm_session_util_read_type
  * @since
  */
@@ -105,7 +105,7 @@ int _mm_session_util_write_type(int app_pid, int sessiontype);
  * @return     This function returns MM_ERROR_NONE on success, or negative value
  *                     with error code.
  * @remark     Session type is unique for each application.
- *                     if application want to change session type, Finish session first and Init again
+ *                     if application want to change session type, Finish session first and Init again
  * @see                _mm_session_util_write_type _mm_session_util_delete_information
  * @since
  */
@@ -122,7 +122,7 @@ int _mm_session_util_read_type(int app_pid, int *sessiontype);
  * @return     This function returns MM_ERROR_NONE on success, or negative value
  *                     with error code.
  * @remark     This function is only for internal implementation do not use this at application
- *                     Session type and Session option are unique for each application.
+ *                     Session type and Session option are unique for each application.
  * @see                _mm_session_util_delete_information _mm_session_util_read_information
  * @since
  */