From d31e4d5100564fe8ad67b3dde94246feef1bb414 Mon Sep 17 00:00:00 2001 From: Richard Huang Date: Thu, 29 Jun 2017 17:02:52 +0100 Subject: [PATCH] Fix the comments in CombinedUpdateRenderController Change-Id: If1cc1878212ee0b44f4e8b4416135b784341c0e5 --- .../base/combined-update-render/combined-update-render-controller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.7.4