X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFBaseRtMonitor.h;h=b9696ace746a885698dce6fab4f81bef28e2f268;hb=2b0a39717e4336c4d1160d6a2ec11a808191996b;hp=35e2ab31ee4e5227d9decfd71e756b62ac2fd9fe;hpb=980ed3fd42feca862721791a754599fb9532a367;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FBaseRtMonitor.h b/inc/FBaseRtMonitor.h index 35e2ab3..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 *