Apply string localization for web
[platform/framework/native/appfw.git] / inc / FBaseRtTypes.h
index 5233176..d0dc55b 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -17,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.
  */
@@ -46,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
@@ -62,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;