Merge "Add the logic to support the virtual root" into tizen_2.2
[platform/framework/native/appfw.git] / inc / FBaseRtMutex.h
index 7fee0be..49cca8a 100755 (executable)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -195,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);
 
@@ -209,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);