Merge "[Native][25/11/2013][Add]Adding BigInteger class" into tizen
[platform/framework/native/appfw.git] / inc / FBaseRtMonitor.h
index 8e1e32c..b9696ac 100755 (executable)
@@ -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);