Applied reviewed header(DateTime to Uuid)
[platform/framework/native/appfw.git] / inc / FBaseTypes.h
index bac586a..95b6ec5 100644 (file)
@@ -40,9 +40,9 @@ namespace Tizen { namespace Base
  */
 enum SortOrder
 {
-       SORT_ORDER_ASCENDING = 0,   /**< A constant for sorting the results in ascending order */
-       SORT_ORDER_DESCENDING,      /**< A constant for sorting the results in descending order */
-       SORT_ORDER_NONE             /**< A constant for indicating the results are not sorted */
+       SORT_ORDER_ASCENDING = 0,   /**< A constant for sorting the results in the ascending order */
+       SORT_ORDER_DESCENDING,      /**< A constant for sorting the results in the descending order */
+       SORT_ORDER_NONE             /**< A constant for indicating that the results are not sorted */
 };
 
 
@@ -72,8 +72,8 @@ enum StringMatchCriteria
  */
 enum ComparisonOperator
 {
-       COMPARISON_OP_EQUAL = 0,                /**< A comparison operator that checks the value equality */
-       COMPARISON_OP_NOT_EQUAL,                /**< A comparison operator that checks the value inequality */
+       COMPARISON_OP_EQUAL = 0,                /**< A comparison operator that checks the value's equality */
+       COMPARISON_OP_NOT_EQUAL,                /**< A comparison operator that checks the value's inequality */
        COMPARISON_OP_GREATER_THAN,             /**< A comparison operator that checks whether a value is greater than the other */
        COMPARISON_OP_LESS_THAN,                /**< A comparison operator that checks whether a value is less than the other */
        COMPARISON_OP_GREATER_THAN_EQUAL_TO,    /**< A comparison operator that checks whether a value is greater than or equal to the other */