From: Richard Huang Date: Thu, 29 Jun 2017 15:59:13 +0000 (+0100) Subject: Fix the comments in CombinedUpdateRenderController X-Git-Tag: accepted/tizen/3.0/common/20170714.174703~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e31052e2e366bbeeb3fee261f977459584451df;hp=54adf60c5aa4d67835ebff55faf42fa8345e9d35;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git Fix the comments in CombinedUpdateRenderController Change-Id: I1170e2f0a157f87f97ef161bd210f3d93566432b --- diff --git a/adaptors/base/combined-update-render/combined-update-render-controller.h b/adaptors/base/combined-update-render/combined-update-render-controller.h index 8cde53e..6f409cf 100644 --- a/adaptors/base/combined-update-render/combined-update-render-controller.h +++ b/adaptors/base/combined-update-render/combined-update-render-controller.h @@ -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 );