X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFBaseRtMonitor.h;h=b9696ace746a885698dce6fab4f81bef28e2f268;hb=2b0a39717e4336c4d1160d6a2ec11a808191996b;hp=8e1e32caaf815b1a18b71fbe8ddcac842fbd748a;hpb=27f1388665067f69d5eb64e0cae6bb5f4250beec;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FBaseRtMonitor.h b/inc/FBaseRtMonitor.h index 8e1e32c..b9696ac 100755 --- a/inc/FBaseRtMonitor.h +++ b/inc/FBaseRtMonitor.h @@ -35,7 +35,7 @@ class _MonitorImpl; /** * @class Monitor - * @brief This represents a monitor; a type of synchronization mechanism that provides acquire/release semantics by Enter() / Exit() as well as wait/notify semantics by Wait() / Notify() / NotifyAll(). + * @brief This class represents a monitor that is a type of synchronization mechanism. * * @since 2.0 * @@ -303,7 +303,7 @@ public: * @return An error code * @exception E_SUCCESS The method is successful in acquiring the lock. * @exception E_SYSTEM A system error has occurred. - * @remarks This method will block if called on already locked monitor object until monitor becomes availalbe. + * @remarks This method will block if called on already locked monitor object until monitor becomes available. * @see Exit() */ result Enter(void);