Fix N_SE-56436 for Screen lock.
[platform/framework/native/appfw.git] / inc / FBaseRtTypes.h
index a04817f..d0dc55b 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 the 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 the blocking and non-blocking acquisitions
 * 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 discriminating between the blocking and non-blocking acquisitions.
 *
 * @code
 * Mutex m;