Merge "Add the logic to support the virtual root" into tizen_2.2
[platform/framework/native/appfw.git] / inc / FBaseRtMutex.h
index 197f70e..49cca8a 100755 (executable)
@@ -194,7 +194,7 @@ public:
         *      @return                 An error code
         *      @exception      E_SUCCESS               The method is successful.
         *      @exception      E_SYSTEM                A system error has occurred.
-        *      @remarks        This method will block if called on already locked monitor object until mutex becomes availalbe.
+        *      @remarks        This method will block if called on already locked monitor object until mutex becomes available.
         */
        result Acquire(void);
 
@@ -208,7 +208,7 @@ public:
         *      @exception      E_SUCCESS               The method is successful.
         *      @exception      E_OBJECT_LOCKED         The mutex is already locked.
         *      @exception      E_SYSTEM                A system error has occurred.
-        *      @remarks        This method will block if called on already locked monitor object until mutex becomes availalbe.
+        *      @remarks        This method will block if called on already locked monitor object until mutex becomes available.
         */
        result TryToAcquire(void);