change remark to remarks
[platform/framework/native/appfw.git] / inc / FBaseRtEvent.h
index 982a39a..59581f3 100644 (file)
@@ -148,7 +148,7 @@ public:
         * @exception    E_SUCCESS                   This method is successful.
         * @exception    E_INVALID_STATE                     This event has not been initialized.
         *
-        * @remark This takes the ownership of @c arg. So arg should be created on a heap and should not be deleted by caller.
+        * @remarks This takes the ownership of @c arg. So arg should be created on a heap and should not be deleted by caller.
         */
        result Fire(IEventArg& arg);
 
@@ -161,7 +161,7 @@ protected:
         * @param[in]    listener  The listener instance which is currently processing
         * @param[in]    arg                 The event argument that is fired
         *
-        * @remark A derived class must override this method.
+        * @remarks A derived class must override this method.
         */
        virtual void FireImpl(IEventListener& listener, const IEventArg& arg) = 0;