Merge "Fix DataSet memory leak" into tizen_2.1
[platform/framework/native/appfw.git] / inc / FBaseRtWaitingLoop.h
index 5ec4eb5..e0f57aa 100755 (executable)
@@ -64,7 +64,8 @@ public:
         * @exception E_TIMEOUT    The time is expired.
         * @exception E_INVALID_STATE    The waiting loop has already been waiting on a callback event. In order to wait again, you must quit the waiting loop.
         * @remarks The timeout set to min(timeout, maximum), where the maximum is set using SetMaxTimeoutForWaiting().
-        * @see Notify(), SetMaxTimoutForWaiting()
+        * @see Notify()
+        * @see SetMaxTimoutForWaiting()
         */
        result Wait(int timeout);