Fix the comments in CombinedUpdateRenderController 52/136452/2
authorRichard Huang <r.huang@samsung.com>
Thu, 29 Jun 2017 15:59:13 +0000 (16:59 +0100)
committerRichard Huang <r.huang@samsung.com>
Thu, 29 Jun 2017 16:00:06 +0000 (17:00 +0100)
Change-Id: I1170e2f0a157f87f97ef161bd210f3d93566432b

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 );