merge the review
[platform/framework/native/appfw.git] / inc / FBaseRtTypes.h
index a04817f..8cfe3d3 100644 (file)
@@ -16,7 +16,7 @@
 
 /**
  * @file               FBaseRtTypes.h
- * @brief              This is the header file for types in the Runtime package.
+ * @brief              This is the header file for the types in the Runtime package.
  *
  * This header file defines the types in the Runtime package.
  */
@@ -45,9 +45,9 @@ enum TimerStatus
 
 /**
 * @struct      TryTag
-* @brief       This struct is used only for supporting non-blocking acquisition of a resource
+* @brief       This struct is used only for supporting non-blocking acquisition of a resource.
 *
-* This struct is used for just discriminating between blocking and non-blocking acquisition
+* The %TryTag struct is used for just discriminating between blocking and non-blocking acquisition
 * of a resource. So, the definition is empty.
 *
 * @since 2.0
@@ -61,7 +61,7 @@ struct TryTag
 };
 
 /**
-* @brief       Used only for for just discriminating between blocking and non-blocking acquisition
+* @brief       Used only for just discriminating between blocking and non-blocking acquisition.
 *
 * @code
 * Mutex m;