Update the size check in MessagePort
[platform/framework/native/appfw.git] / inc / FSysAlarm.h
index d63392e..fa48cb4 100644 (file)
@@ -110,7 +110,7 @@ public:
         * @exception   E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.
         * @exception   E_INVALID_ARG           A specified input parameter is invalid.
         * @exception   E_SYSTEM                A system error has occurred.
-        * @remarks     If this Alarm instance is already registered by this method, exist alarm is cancelled automatically. @n If @c pEnd is @c null, the alarm repeats forever.
+        * @remarks     If this %Alarm instance is already registered by this method, existing alarm is cancelled automatically. @n If @c pEnd is @c null, the alarm repeats forever.
         */
        result Set(const Tizen::Base::DateTime& start, int period, const Tizen::Base::DateTime* pEnd = null);
 
@@ -134,7 +134,7 @@ public:
         * @since       2.0
         *
         * @return      An instance of Tizen::Base::DateTime indicating the start time for the alarm
-        * @remarks     If this Alarm instance is not registered by Set() methods, return value is default value of %DateTime class.
+        * @remarks     If this %Alarm instance is not registered by the Set() method, return value is default value of the Tizen::Base::DateTime class.
         */
        const Tizen::Base::DateTime GetStartTime(void) const;
 
@@ -144,7 +144,7 @@ public:
         * @since       2.0
         *
         * @return      The period of the current instance of %Alarm in minutes
-        * @remarks     If this Alarm instance is not registered by Set() methods, return value is @c 0.
+        * @remarks     If this %Alarm instance is not registered by the Set() method, return value is @c 0.
         */
        int GetPeriod(void) const;