Fix the comments in CombinedUpdateRenderController 53/136453/1
authorRichard Huang <r.huang@samsung.com>
Thu, 29 Jun 2017 16:02:52 +0000 (17:02 +0100)
committerRichard Huang <r.huang@samsung.com>
Thu, 29 Jun 2017 16:02:52 +0000 (17:02 +0100)
Change-Id: If1cc1878212ee0b44f4e8b4416135b784341c0e5

adaptors/base/combined-update-render/combined-update-render-controller.h

index 8cde53e..6f409cf 100644 (file)
@@ -195,7 +195,7 @@ private:
    * @param[out] useElapsedTime    If true when returned, then the actual elapsed time will be used for animation.
    *                               If false when returned, then there should NOT be any animation progression in the next Update.
    * @param[in]  updateRequired    Whether another update is required.
-   * @param[out] timeToSleepUntil  The time in nanoseconds to put the thread to sleep until.
+   * @param[out] timeToSleepUntil  The time remaining in nanoseconds to keep the thread sleeping before resuming.
    * @return false, if the thread should stop.
    */
   bool UpdateRenderReady( bool& useElapsedTime, bool updateRequired, uint64_t& timeToSleepUntil );